Home › Forums › Back End › help understanding how to do multiple wordpress loops on one page › Re: help understanding how to do multiple wordpress loops on one page
January 19, 2011 at 10:24 pm
#65122
Member
Hey Robski, how about the $my_query = new WP_Query() method and the get_post() method? I know the new WP_Query eliminates rewind and reset, I use that on my site to list posts from specific categories on certain related page pages. The get_post() method I haven’t played with yet but apparently it eliminates multiple query issues as well.
As usual though, in WordPress there are numerous ways to get something done and this leads to confusion. I wish I could find an article explaining why and when you would use the different methods!