I want images in posts to link to NONE, by default

Posted in: Newspaper
Post count: 17

Every time I upload an image and include it in my posts, these images link somewhere (Ooops… Error 404). I want them to link to NONE by default. How do I do this?

Post count: 27744

Hi,

Please provide the link to your website.

Thank you!

Post count: 17

My web site is: https://www.math.gr

Look at the (example) post: https://www.math.gr/uncategorized/inscribed-angles-in-a-circle/

In the editing environment, with right click on the image, in DISPLAY SETTINGS, I have three options for the tab Link to: “Media File”, “Attachment page”, “Custom URL”, “none”.
For the example post above, I have selected the “Attachment page” but I do not want to do this one by one, for every image.
I want to change the option for all the images, e.g. “none” or something else.

Post count: 27744

Hello,

Please use this custom code css .tdb_single_content a
{
pointer-events: none;
}

Set the code in Theme Panel > Custom code -> Custom css.

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.