Model “offset” Attribute
The “offset” attribute (v.3.2+) can be added to any of your WP3D shortcodes to customize the way in which your models are listed.
The “offset” attribute is looking for a numeric value and will offset the total results shown on this page by this number.
Skip 20 models and show the next 20 models:
[wp3d-models posts="20" offset="20"]
In this case, 20 models would be displayed after skipping over the most recent 20 models.
Skip 20 models and show the next 20 models of “construction” type:
[wp3d-models posts="20" offset="20" type="construction"]
In this case, only the most recent 20 models that are also marked as Model Type “construction” would be displayed.