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.
我正在尝试编辑 header.php 以调用页面的导航标签,而不是页面标题。这是现有的代码...
<title><?php wp_title( '' ); ?></title>
调用或回显菜单项的导航标签的代码是什么?
谢谢。
您需要wp_nav_menu_objects通过首先呈现菜单以提取标签来访问 ,以便在页面上使用它title。
wp_nav_menu_objects
title
您可以在此链接上看到一个很好的解决方案:
如何将当前菜单项标题作为变量?
先渲染菜单,然后再显示