Skip to content

Instantly share code, notes, and snippets.

@amberhinds
Created July 21, 2016 06:24
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 amberhinds/489e0cdc500d458331a5105458a90fc2 to your computer and use it in GitHub Desktop.
Save amberhinds/489e0cdc500d458331a5105458a90fc2 to your computer and use it in GitHub Desktop.
Rename Genesis Nav Menus
<?php
//* Do NOT include teh opening PHP tag
//* Rename primary and secondary navigation menus
add_theme_support( 'genesis-menus' , array( 'primary' => __( 'Top Navigation Bar', 'genesis-sample' ), 'secondary' => __( 'Footer Menu', 'genesis-sample' ) ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment