• 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)
  • Oh, was missing the get_archives in the header of the file. It’s fixed now. ??

    Thread Starter rayne

    (@rayne)

    oops. that last post was mine. I guess I wasn’t logged in when I posted that I fixed the problem myself.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nicer Archives not showing up’ is closed to new replies.