Your Own WordPress Loops Using The WP_Query Object
January 4th, 2011
by Zeeshan
One of the easiest ways to navigate and manipulate the loop is to use the function called query_posts. When you use query_posts, however, you risk the following: Potential to interfere with plugins which make use of the Loop. Potential to invalidate WordPress conditional tags. Having to deal with resetting, rewinding, offsetting…









