Created
          January 12, 2012 15:15 
        
      - 
      
- 
        Save AndorChen/1601056 to your computer and use it in GitHub Desktop. 
Revisions
- 
        AndorChen revised this gist Jan 12, 2012 . 1 changed file with 7 additions and 5 deletions.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ <?php add_action('after_setup_theme', 'ac_theme_setup'); function ac_theme_setup(){ // 自定义导航菜单 register_nav_menu('top', '顶部菜单'); } ?> 
- 
        AndorChen created this gist Jan 12, 2012 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ add_action('after_setup_theme', 'ac_theme_setup'); function ac_theme_setup(){ // 自定义导航菜单 register_nav_menu('top', '顶部菜单'); }