Forums

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

Home Forums Back End [Solved] 2 loops, 2 categories – can I do this? Re: [Solved] 2 loops, 2 categories – can I do this?

#64907
Chris Coyier
Keymaster

look into the query_posts function. That’s what you’ll need to call before the loop to set the category and number of posts. Set it once for the first loop, run the loop, set it again, run the second loop.