如何在wordpress中更改整个网站的网站标题的标题标签
Posted
技术标签:
【中文标题】如何在wordpress中更改整个网站的网站标题的标题标签【英文标题】:How to change the heading tag of the site title throughout the whole site in wordpress 【发布时间】:2022-01-02 14:26:02 【问题描述】:我正在尝试将整个网站的以下标题标签从 H2 更改为
<h2 class="site-title"> <a href="http://pixie.tmmbuilds.com/" rel="home"> the Curious Pixie </a></h2>
我还没有找到可以使用的过滤器。任何帮助将不胜感激,谢谢!
可以查看the site here:查看源码
【问题讨论】:
我认为在您的站点中您已经使用了 elementor 插件,因此您需要检查 elementor 设置,我希望他们提供这种设置,或者您可以直接签入 db 以查找文本并替换它。 【参考方案1】:h2 到< p >
<p class="site-title"> <a href="http://pixie.tmmbuilds.com/" rel="home"> The Curious Pixie </a></p>
【讨论】:
pixie.tmmbuilds.com" rel="home"> 好奇的小精灵
以上是关于如何在wordpress中更改整个网站的网站标题的标题标签的主要内容,如果未能解决你的问题,请参考以下文章
如何删除 WordPress 网站上的 bitnami 横幅?
如何在 WordPress 网站中更改 WooCommerce 产品图像大小?