• I searched the forums but didn’t find anything that would help. My problem is that the archive links in my sidebar are not working. They don’t pull up any archives, instead it just refreshes the page.
    Any idea why?
    The code I have is:
    <?php wp_get_archives(‘type=monthly’); ?>
    Should this be changed to something different??
    Any help would be greatly appreciated.
    Angela

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think it’s your permalink structure…
    What did you set it at ?

    Thread Starter Angela

    (@angela)

    I have my permalinks set to:
    /index.php/archives/%postname%/
    That’s probably wrong, huh? ??

    Thread Starter Angela

    (@angela)

    Ahh! I’m so dumb! I fixed it. Thanks for your help. I changed it to:
    /index.php/%year%/%monthnum%/%day%/%postname%/
    and it’s fine now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Archive Problem’ is closed to new replies.