How Remove Links From Tags on posts etc

Posted in: Newspaper
Post count: 51

I would like to know how to remove links from post tags, and where else they appear.

For me, it is not interesting to have an outgoing link for a tag.

Which theme file to edit?

Post count: 35449

Hi,
The most simple solution will be to use a css that will remove the click on the links. Editing the theme files can also be a solution, but it will be need to edit to many files and those changes can be load after a theme update.
The code that can be used is:
.td-tags a, .tdb-tags a{
pointer-events: none;
}

Set the code in the theme panel > custom code> custom css.
I hope this will help you!
Thank you!

Post count: 51

Thanks for the answer.

To me, the importance of removing links is for the search engine, not the end user.

That is, I don’t want the search engine to find these tags in posts, with links, I want to better distribute the page juice.

Post count: 35449

I see, for this I think that you’ll need to try with a seo plugin. Please check this topic – https://wordpress.org/support/topic/sitemap-help-remove-tag-in-urls/
I hope this will help you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.