WordPress 将“home”重命名为到“博客”的页面链接在导航菜单中
在默认的wordpress中安装此代码: 'primary' ) ); ?>
显示主页菜单。
如何重命名主页链接?
当我登录此页面的管理区域时,主页仅在“示例页面”页面中不显示
In the default word press install this code:<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
which displays the main pages menu.
How do I rename the home link?
When I log into the admin area this page the homepage is not displayed in the pages only "Sample Page"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过使用 URL '
wp-admin/nav-menus.php
' 或移至管理 ->外观->菜单By using URL '
wp-admin/nav-menus.php
' or moving to Admin -> Appearance -> Menu