Skip to content

Instantly share code, notes, and snippets.

@claudioweb
Created July 6, 2017 22:14
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 claudioweb/ab3f5e37df94d64856b5457b4b596ed4 to your computer and use it in GitHub Desktop.
Save claudioweb/ab3f5e37df94d64856b5457b4b596ed4 to your computer and use it in GitHub Desktop.
Criando Locations Menu Wordpress register_nav_menu
//Definindo 4 Locais para atribuir um cadastro de Menu
register_nav_menu( 'footer_column_1', 'Footer coluna 1');
register_nav_menu( 'footer_column_2', 'Footer coluna 2');
register_nav_menu( 'footer_column_3', 'Footer coluna 3');
register_nav_menu( 'footer_column_4', 'Footer coluna 4');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment