Skip to content

Instantly share code, notes, and snippets.

@wpsmith
Created September 4, 2015 20:06
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 wpsmith/36983a3d82d365fabb4a to your computer and use it in GitHub Desktop.
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
<?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