Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的网站http://affordablyeasybailbonds.com的菜单栏上编辑一个链接。我可以在 header.php 中看到一个类“menu-menu1-container”。必须编辑外部链接 rel="nofollow"。是否有任何选项可以在不访问 FTP 文件的情况下进行编辑。
提前致谢。
菜单通常在 WordPress 模板中的 header.php 文件的代码中或在菜单部分中定义,具体取决于您的站点使用的模板类型。
如果它在“外观”下的菜单设置中,则编辑起来非常简单。如果它在 header.php 中,则在编辑它时应该小心,因为错误可能会导致站点关闭。
我想最好的选择是在外观>菜单上编辑菜单,您可以在其中使用自定义链接进行连接。或者安装一个合适的插件,比如MaxMegaMenu。
干杯