Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#65122
cjk
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!