Model “orderby” Attribute

The “orderby” attribute can be added to any of your WP3D shortcodes to customize the way in which your models are listed.

There are three options for “orderby” and each example is shown below.

Order by “Menu Order”: (DEFAULT)

[wp3d-models orderby="menu_order"]

This will list your models using the same order that you see in your site admin. Typically, this is the order in which they were added, but this can be modified using a reordering plugin.

Order by “Title”:

[wp3d-models orderby="title"]

This will list your models alphabetically using the title of your model.

Order by “Date”:

[wp3d-models orderby="date"]

This will list your models numerically using the date that you added the model to your site.