10+
安裝啟用
—
尚無評分
5160 天前
最後更新
—
問題解決
WordPress 3.0.0+ v1.2 上架:2011-05-05
內容簡介
當你編輯或修改佈景主題時,函數 wp_nav_menu() 可以顯示在你的設置中配置的菜單內容。如果你有很多小菜單,列表會變得難以管理,這個外掛可以讓你在一個菜單下分組多個菜單。
要使用它,只需在 wp_nav_menu 的參數中添加一個 submenu 參數,就像這樣:
wp_nav_menu(array(
'menu' => 'header',
'submenu' => 'About Us'
));
外掛標籤
開發者團隊
原文外掛簡介
When writing or modifying a theme, the function wp_nav_menu() displays the contents of menus configured in your settings. If you have a lot of little menus the list can get hard to manage, so this plugin lets you group several menus under a single menu.
To use it, simply add a submenu parameter to the arguments of wp_nav_menu, like so:
wp_nav_menu(array(
'menu' => 'header',
'submenu' => 'About Us'
));
