admin管理员组文章数量:1315318
I am looking to remove the <a>
from around a wordpress link and replace it for a <span>
.
There are lots of articles about how to remove the href=""
but this still leaves the <a>
.
Example output:
You will see on the "About us" there is no <a>
<li><a href="#/">Home</a></li>
<li><a href="#/work">Our work</a></li>
<li><span>About us</span>
<ul>
<li><a href="#/about/history">History</a></li>
<li><span>The team</span>
<ul>
<li><a href="#/about/team/management">Management</a></li>
<li><a href="#/about/team/sales">Sales</a></li>
<li><a href="#/about/team/development">Development</a></li>
</ul>
</li>
</ul>
</li>
本文标签: Remove Link from Wordpress Menu
版权声明:本文标题:Remove Link from Wordpress Menu 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741977841a2408226.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论