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