admin管理员组文章数量:1291103
It seems that we cannot add menus in child sites in multisite. Did anyone face this issue before?
I have the Menu container enabled in my functions.php
register_nav_menus(
array(
'primary-menu' => __( 'Primary Menu' ),
'secondary-menu' => __( 'Secondary Menu' )
)
);
I can add menus to the parent site. But I can't do it in the child sites even though I can see the Menu container and the Create Menu button.
No menu is created when the Create Menu button is clicked. WordPress just refreshed the page and the menu I tried to create is not present at all.
I have inspected the database of my child site and I can't find any row for nav_menu_item
.
Any ideas?
EDIT:
I also found out that I cannot add any category or tag in my child sites. Why??
Attached some screenshots as follows:
本文标签: Multisite menus can39t be added in child sites
版权声明:本文标题:Multisite: menus can't be added in child sites 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741506118a2382330.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论