themes - Two Navigation Menus - secondary nav is including main nav

Two Navigation Menus in Themes Produce the same menus?reference the subject on page link above. i created two navs, yet

Two Navigation Menus in Themes Produce the same menus?

reference the subject on page link above. i created two navs, yet the secondary nav includes all pages. the main nav is fine, but the secondary nav is including the main nav pages as well.

the two menus contain only the pages i want per nav (appearance > menus). any suggestions?

it is my own theme built from 2010. it is located here > /

at a loss at this point.

thanks kindly

Neil

Two Navigation Menus in Themes Produce the same menus?

reference the subject on page link above. i created two navs, yet the secondary nav includes all pages. the main nav is fine, but the secondary nav is including the main nav pages as well.

the two menus contain only the pages i want per nav (appearance > menus). any suggestions?

it is my own theme built from 2010. it is located here > http://journeymaninc.ca/

at a loss at this point.

thanks kindly

Neil

Share Improve this question edited Apr 13, 2017 at 12:37 CommunityBot 1 asked Aug 29, 2012 at 23:15 Neil KilpatrickNeil Kilpatrick 211 bronze badge 1
  • possible duplicate of Two Navigation Menus in Themes Produce the same menus? – Nicolai Grossherr Commented Jun 3, 2014 at 15:30
Add a comment  | 

1 Answer 1

Reset to default 0

In your theme's functions.php did you register a new WP Menu ? by using a code like this:

register_nav_menus( array(
        'secondary' => __( 'Secondary Navigation', 'twentyten' ),
    ) );

And after that in your theme's header.php under <div id="access" role="navigation"> you should add

<?php wp_nav_menu( array( 'container_class' => 'menu-header-secondary', 'theme_location' => 'secondary' ) ); ?>

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745243196a4618290.html

相关推荐

  • themes - Two Navigation Menus - secondary nav is including main nav

    Two Navigation Menus in Themes Produce the same menus?reference the subject on page link above. i created two navs, yet

    3小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信