Skip to content

Instantly share code, notes, and snippets.

@AndorChen
Created January 12, 2012 15:15
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 AndorChen/1601056 to your computer and use it in GitHub Desktop.
Save AndorChen/1601056 to your computer and use it in GitHub Desktop.
<?php
add_action('after_setup_theme', 'ac_theme_setup');
function ac_theme_setup(){
// 自定义导航菜单
register_nav_menu('top', '顶部菜单');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment