Category: The loop
Modifying the current query with pre_get_posts

Pre_get_posts is a hook “pre_get_posts” is a WordPress hook that allows you to modify the current query. Just a quick…
Make a better use of WP_Query

I recently decided that i should dramatically improve the queries in my WordPress plugins. That’s a good thing. And i…
Caching WordPress Queries for Faster Page Loading

I was reading a few days ago a great post that was talking about the WordPress transient API. If you…