Nicer Archives not showing up
-
I’ve installed the Nicer Archives hack, but my archives page doesn’t show any archives. I don’t want the user to be able to sort my archives, so I didn’t include that portion of the code, but it isn’t showing any archives. The page is blank. I think it is because of the first line:
<?php if ($posts) { foreach ($posts as $post) { start_wp(); ?>
I think it isn’t going into this loop because $posts isn’t, if that makes sense. My reasoning is that I tried out MTDew Archives Hack also and it processed the part of his code that is the else of this loop. I want the if portion to run always. How do I do this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Nicer Archives not showing up’ is closed to new replies.