• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

WP SITES

2785

Original Genesis & WooCommerce Tutorials & 6000+ Guaranteed Code

Snippets

  • Try Premium
  • Log in

Set Custom Menu For Different Pages

The code in this tutorial enables you to display any menu on any page, post, custom post type, custom taxonomy, archive, author, blog, category, search or tag page using any conditional tags.

In this example, the code changes the primary nav menu based on category, which by default, displays after the header.

3 menus have been created named Primary, Financial & Accounting.

The menu named Financial displays on all posts in the Financial category including the category archive page. The menu named Accounting displays on all posts in the Accounting category including the category archive page. The menu named Primary displays on all other pages.

Here’s the demo video showing you exactly how it works.

Demo Video

The video shows how 3 menus have been created on the nav-menus.php admin page which are displayed after the header in the primary menu location based on specific conditions. In this example, a different menu displays based on the category.

The code has been written based on the following question from a member of the Genesis community :

I need to set a primary navigation menu on a per page and CPT basis.

Usage With Custom Post Types

Swap out the conditional tags in the code with the following for usage on single custom post type pages:

is_singular( 'add-cpt-name-here' )

For usage with a custom post type archive :

is_post_type_archive( 'add-cpt-name-here' )

Register or login to access the following code for members:

Register for full access

Related Tutorials

  • Template For Custom Logo & Different Menu

Nav Menu

Reader Interactions

Leave a Reply Cancel reply

You must be logged in to post a comment.

Primary Sidebar

Code written by Brad Dalton specialist for Genesis, WooCommerce & WordPress theme customization. Read More…

Advertise · WPEngine · Genesis · Log in

  • Access Problems
  • Account Details
  • Consulting
  • Tags