Created
July 21, 2016 06:24
-
-
Save amberhinds/489e0cdc500d458331a5105458a90fc2 to your computer and use it in GitHub Desktop.
Rename Genesis Nav Menus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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