admin管理员组文章数量:1130349
Ony of my colleges started with the implementation of a new theme, I'm trying to add Menus but the option doesn't show.
anyone know how to bring that back? thx.
Ony of my colleges started with the implementation of a new theme, I'm trying to add Menus but the option doesn't show.
anyone know how to bring that back? thx.
Share Improve this question asked Jan 7, 2019 at 8:19 Yoni hodefiYoni hodefi 233 bronze badges1 Answer
Reset to default 1Please add following code into your theme functions.php file
function pietergoosen_theme_setup() {
register_nav_menus( array(
'header' => 'Header menu',
'footer' => 'Footer menu'
) );
}
add_action( 'after_setup_theme', 'pietergoosen_theme_setup' );
Please check at your end and let me know if any query.
Hope it will help you.
Ony of my colleges started with the implementation of a new theme, I'm trying to add Menus but the option doesn't show.
anyone know how to bring that back? thx.
Ony of my colleges started with the implementation of a new theme, I'm trying to add Menus but the option doesn't show.
anyone know how to bring that back? thx.
Share Improve this question asked Jan 7, 2019 at 8:19 Yoni hodefiYoni hodefi 233 bronze badges1 Answer
Reset to default 1Please add following code into your theme functions.php file
function pietergoosen_theme_setup() {
register_nav_menus( array(
'header' => 'Header menu',
'footer' => 'Footer menu'
) );
}
add_action( 'after_setup_theme', 'pietergoosen_theme_setup' );
Please check at your end and let me know if any query.
Hope it will help you.
本文标签: wp adminAppearance gt Menus doesn39t show
版权声明:本文标题:wp admin - Appearance -> Menus doesn't show 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749036787a2306512.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论