Even though it’s 3 yrs later, this came in handy for me today! All I needed to know was how to limit the posts per page on a custom loop, all the other tutorials were too convoluted ๐ Thanks much!
Yay! Thanks Ginger. I don’t really use the globals anymore but this is basically it. Just use genesis_custom_loop with standard WP_Query args and you’re good to go. ๐
Vajrasar says
Very neat. But what if I need to change the layout of the post?
JiveDig says
Sorry I missed this…
Change the layout how?
You can still use post_class for an easier grid loop… or you can still use the standard actions/filters in the template to add and remove stuff.
Ginger Coolidge says
Hi Mike,
Even though it’s 3 yrs later, this came in handy for me today! All I needed to know was how to limit the posts per page on a custom loop, all the other tutorials were too convoluted ๐ Thanks much!
JiveDig says
Yay! Thanks Ginger. I don’t really use the globals anymore but this is basically it. Just use genesis_custom_loop with standard WP_Query args and you’re good to go. ๐
Sacha says
Hey Mike,
Thanks, didn’t know about this function.
Very handy!