Can “Featured Image” within a post NOT link to attachment page?
I want the image but there is no need to have the little wheel come up and link to a lightbox of the image.
I know that I can not have it display on a single post and then manually add it to the top of the post – but I want to make it as easy as possible to add posts.
Hi Rhys!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Unfortunately the site still is not public.
But here is a screenshot of the page (the image of the kids is the “featured image”):
https://www.dropbox.com/s/3waldr98hzr8aj2/Screenshot%202015-04-24%2009.55.34.png?dl=0
Next I mouseover and get the red icon (I don’t want that):
https://www.dropbox.com/s/l78tjz1mala2f68/Screenshot%202015-04-24%2009.55.44.png?dl=0
Next, If I click it – this happens (I don’t want THAT either (at least not for featured images)
https://www.dropbox.com/s/sonwyhz799cz3k3/Screenshot%202015-04-24%2009.55.59.png?dl=0
Hi!
Thank you for the screenshot. Add this in the Quick CSS field to disable the links:
.single .big-preview a, .single .small-preview a {
pointer-events: none;
}
Cheers!
Ismael
That worked! Thanks.