Created
January 12, 2012 15:15
-
-
Save AndorChen/1601056 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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