Hi there,
is there a filter or nice trick to remove the image link from the featured image on the detail page of a blog post (single.php)? Of course I can edit single.php but maybe there is a nicer option like a filter.
Any ideas?
Cheers
Michael
Hi Michael!
Please add following code to Quick CSS
.single .big-preview.single-big {
pointer-events: none;
}
if that does not help, please post the link to your website
Cheers!
Yigit
Hi,
indeed that worked.
Thanks
Michael