Can't Find Archives In Wordpress Blog?

Discussion in 'WordPress' started by tetley07, Oct 18, 2007.

  1. #1
    Hey,

    I can't seem to find my archives page on my blog - homeremedyto.com

    The link at the top is messed up for some reason, I don't know why that happened, I get a 404 page when I click it.

    I found where the link is coded in my nav_menu.php file, here is what is inside it...

    <li><a <?php if (is_home()) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>">home</a></li>
    <li><a <?php if (is_page('archives')) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>/archives/">archives</a></li>
    <li><a <?php if (is_page('about')) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>/about/">about</a></li>

    Can anyone tell me what I need to do in order to

    a) Find my archives page
    b) Link the link at the top to it

    Thanks a lot
     
    tetley07, Oct 18, 2007 IP
  2. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #2
    You need to create an archives page.
     
    mizaks, Oct 18, 2007 IP