Created
September 4, 2015 20:06
-
-
Save wpsmith/36983a3d82d365fabb4a to your computer and use it in GitHub Desktop.
PHP: Add Genesis Menus (only Primary and Footer Navigation) support to Genesis Child Theme
This file contains 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 | |
add_theme_support( 'genesis-menus', array( | |
'primary' => __( 'Primary Navigation', CHILD_DOMAIN ), | |
'footer' => __( 'Footer Navigation', CHILD_DOMAIN ), | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment