Problem with multiple loops
-
I have multiple loops (four) in three columns. I’ve installed UTW and it is working correctly. When I click on a tag (bringing me to tag.php), all four loops are filtered according to that tag. The result is that my main loop spits back the excerpts for the tag I selected (this is good), but my additional loops will also filter back posts limited to that tag as well (this is bad).
My home.php with loops working correctly:
http://www.deeperdevotion.com/wpA search for the tag ‘gentle’ (No posts in middle column tagged with ‘gentle’)
http://www.deeperdevotion.com/wp/index.php?tag=gentleA search for the tag ‘anger’ (1 post in middle column tagged with ‘anger’).
http://www.deeperdevotion.com/wp/index.php?tag=angerDoes my problem make sense? Does anyone have a solution? Logically, I need the UTW query to only affect the first loop. Is this possible?
Thanks.
The topic ‘Problem with multiple loops’ is closed to new replies.