WordPress WP_Query

WP Shout’s article “Using WP_Query Objects Without the Loop” explains it well: WP_Query isn’t an abstract entity; rather, it’s an object, in the programming sense. Let’s quickly summarize that discussion: Every individual object belongs to a larger class of those objects. For example, an individual Car object belongs to the class Car. Every object has things in common with…