Please note, this is a STATIC archive of website www.themepunch.com from 28 Sep 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Grid Custom Order / Additional Parameters

When setting up the “Source” for your Grid, you can add custom parameters to the “Additional Parameters” section.

This will allow you to customize the order in which the Grid Items are displayed.

 

order_by_esg

 

Here’s a complete list of “Order” and “Order By” Parameters that can be used. When combining parameters, separate them with an “&” character.

https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

 

Common Examples

Most Recent Post to Oldest
order=DESC&orderby=date

Oldest Post to most Recent
order=ASC&orderby=date

Random Order
orderby=rand

Alphabetical by Post Title, from A-Z
order=ASC&orderby=title

Reverse Alphabetical order by Post Title, from Z-A
order=DESC&orderby=title

Order by Most Recent Modified
orderby=modified