Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Created October 29, 2018 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save authentikHQ/15ee9dedf02f054e24987494227a7145 to your computer and use it in GitHub Desktop.
Save authentikHQ/15ee9dedf02f054e24987494227a7145 to your computer and use it in GitHub Desktop.
Remove secondary navigation menu with the Genesis Framework.
<?php
// Do NOT include the opening php tag.
// Remove secondary navigation menu.
add_theme_support(
'genesis-menus', array(
'primary' => __( 'Primary Menu', 'theme-name' ),
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment