Home › Forums › Back End › [Solved] 2 loops, 2 categories – can I do this? › Re: [Solved] 2 loops, 2 categories – can I do this?
September 30, 2009 at 10:34 pm
#64907
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.