Skip to content

Instantly share code, notes, and snippets.

@certainlyakey
Created March 10, 2014 08:57
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 certainlyakey/9461638 to your computer and use it in GitHub Desktop.
Save certainlyakey/9461638 to your computer and use it in GitHub Desktop.
Wordpress - register menu placeholder
// Create menu locations
register_nav_menus(
array(
'mainmenu' => 'Место для главного меню'
,'footermenu' => 'Место для меню в подвале'
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment