Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 10, 2015 03:45
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 reasonstousegenesis/f500844e29e4992818d9 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/f500844e29e4992818d9 to your computer and use it in GitHub Desktop.
Remove all menu locations with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Remove all menu locations with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-menus/
*/
remove_theme_support( 'genesis-menus' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment