trouble killing/resetting loops
-
hello,
So I’m working on this site:
https://dev.perspectivescs.org/?page_id=21and here’s the deal: I keep using css to position things on the page in the right sequence, because I keep having to move the code around. The reason is that there are three or four loops here — the ‘hear our stories’ on the left, the page content in the middle, the news and calendar in the right bar, and the breadcrumb at the foot. I have the breadcrumb calling at the top of the page and just positioning itself at the bottom, because when i put it at the bottom it’s filtered by the news loop (so it always says home > news). Other loops dont seem to work in certain order as well. So my question is, how does one clear the filter from a previous loop?
I have a number of filters like this:
<?php query_posts('cat=3')?>
and I think these queries are screwing things up.
- The topic ‘trouble killing/resetting loops’ is closed to new replies.