如何从 WordPress 的主导航菜单中激活某个项目?
在主标题导航中我有以下链接:
首页 |活动 |关于 |博客
我希望当我转到博客页面并选择帖子时,能够在标题菜单中激活“博客” 项。
谢谢。
In the Main Header Navigation I have this links:
Home | Events | About | Blog
I want when I go to Blog page and select a post, to be able to make active in the header menu the "Blog" item.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在活动主题
functions.php
中添加上述代码。CSS
You can add above code in your active theme
functions.php
.CSS