Skip to content

Instantly share code, notes, and snippets.

@jpcontrerasv
Created July 30, 2014 14:53
Show Gist options
  • Save jpcontrerasv/7ebe2a32ccd6a329c441 to your computer and use it in GitHub Desktop.
Save jpcontrerasv/7ebe2a32ccd6a329c441 to your computer and use it in GitHub Desktop.
WP > Register Nav Menu
register_nav_menus( array(
'primary' => 'Magazine',
'secondary' => 'En Bici',
'tertiary' => 'La Bici',
'fortiary' => 'Baik Bici'
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment