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.

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
Grid Custom Order / Additional Parameters

Further Resources for Web Design and Development Enthusiasts

Alright! We've embarked on quite an adventure exploring the realms of this topic. But why stop there? The world of web design and development is vast, and there's always more to learn and discover. Let's dive into some resources that'll keep your knowledge fresh, your skills sharp, and your passion ignited:

The Author

KC

Strength does not come from winning. Your struggles develop your strengths. When you go through hardships and decide not to surrender, that is strength.

Liked this Post?
Please Share it!