How to remove hyperlinks on thumbnails?

Posted in: Newspaper
Post count: 8

Would like to remove hyperlinks on thumbnails. Why? Well, having hyperlinks on thumbnails creates duplicate links on the page, since a post title with a hyperlink is also shown for posts displayed in flex blocks etc. Basically want cleaner, shorter code for better SEO. Is this possible via functions.php or something?
Please advise.
Thank you.

  • This topic was modified 2 years by dlrms.
Post count: 27744

Hello,

Unfortunately, there is no option. You can use only a code not to be able to click on an image.

Thank you!

Post count: 8

Ok, please provide the code. Thanks

Post count: 27744

Hi,

.td-image-container a
{
pointer-events: none;
}

Set the code in Theme panel>Custom code>Custom css

Thank you!

Post count: 8

Ok thanks, but I now see what you meant. The above code only hides the links on frontend, so ultimately doesnt really help. Google et al. will still be able to see the duplicate links.

Post count: 27744

Hello,

Unfortunately, I don’t know of another solution.

Thank you!

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