Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Created October 29, 2018 13:41
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/8607f30eca093058e8e1d87709f0e529 to your computer and use it in GitHub Desktop.
Save authentikHQ/8607f30eca093058e8e1d87709f0e529 to your computer and use it in GitHub Desktop.
Remove primary navigation menu with the Genesis Framework.
<?php
// Do NOT include the opening php tag.
// Remove primary navigation menu.
add_theme_support(
'genesis-menus', array(
'secondary' => __( 'Secondary Menu', 'theme-name' ),
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment