Menu Item Created Automatically
-
Hi,
Working on this site https://www.nyplaintiff.com/. Whenever I create a page it get’s added to the menu automatically and so I’m unable to create pages (since I don’t want my navigation to change).
It’s using TwentyTen and All in ONE SEO. For pages that display a menu item there is an entry in Menu Label that get’s displayed on the menu. If I create a new page and omit this I still get a menu item. I also looked at existing pages that do not display and can see nothing different about them at all.
Very frustrated.. I can create a new menu but I couldn’t figure out the colors.
I found this in header.php:
<div id=”access” role=”navigation” style=”margin-bottom:6px”>
<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
<div class=”skip-link screen-reader-text”>“><?php _e( ‘Skip to content’, ‘twentyten’ ); ?></div>
<?php /* Our navigation menu. If one isn’t filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
<?php wp_nav_menu( array( ‘container_class’ => ‘menu-header’, ‘theme_location’ => ‘primary’ ) ); ?>
</div>Any ideas?
Thanks
- The topic ‘Menu Item Created Automatically’ is closed to new replies.