Featured Image: Remove Link
Weaver Xtreme automatically adds a link from a page's Featured Image to a large or view of the Featured Image. If a post is displayed as an excerpt, the Featured Image links to the single view of the post. If the post is displayed as a full post or on the single page view, the Featured Image links to a large view of the Featured Image.
There is no checkbox option to remove the Featured Image link. You can insert this JavaScript snippet into your site's <head> area.
Insert this:
<script> (function($) { $(document).ready(function(){ $( "a.wvrx-fi-link img.featured-image" ).unwrap(); }); })(jQuery); </script>into the <head> area:
- From the Legacy Interface: Advanced Options : <HEAD> Section : <HEAD> Section
- From the Customizer: Added Content : Site <HEAD> Section.