• Hey, this is my site: https://www.gcsemediaquizshows.info

    However, the menu Isn’t working (as far as I know) Archives and About should not be shown….

    I’ve added a new page and the link Isn’t being added to the menu…

    PHP :

    <ul id="nav">
    		<li><a <?php if (is_home()) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>">front page</a></li>
    		<li><a <?php if (is_archive() || 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>
    		<li class="rss"><a href="<?php bloginfo('rss2_url'); ?>">RSS</a></li>
    	</ul>

    Thanks!!!!!

Viewing 1 replies (of 1 total)
  • Jake,

    First thing to do, is to switch to the Default theme, and see if everything is working fine, and the pages appear on the menu.

    If so, there is something with the theme you are using.

    Start from there!

Viewing 1 replies (of 1 total)
  • The topic ‘Stupid Menu not working’ is closed to new replies.