• Resolved boldlygo

    (@boldlygo)


    I’ve recently redone my layout, and now for some reason there is an “All” option in my menu. It’s driving me nuts. I can’t find it anywhere in the code to get rid of it.

    Website: boldlygo.org

    Code:

    <div id="header">
    
    <div id="categorylist">
    <ul>
    <li<?php if(!is_page() ) { ?> class="current_page_item"<?php } ?>><a href="<?php bloginfo('home'); ?>">Home</a></a></li>
    <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
    
    <li<?php if(!is_category() ) { ?> class=""<?php } ?>></li>
    <?php list_cats(); ?>
    </ul>

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Weird Menu Item’ is closed to new replies.