Custom Queries with WordPress WP_Query

Custom Queries with WordPress WP_Query

WP_Query is the heart of WordPress. It gives you a lot of control over the website content as well as holding important informations for debugging. It makes building complicated queries a lot easier by passing criteria as an associative array. Understanding WP_Query is a must for theme developers.

continue reading »