kier0
2/12/2015 - 2:10 AM

Remove link from post thumbnail (or any image)

Remove link from post thumbnail (or any image)

<?php wp_enqueue_script('jquery'); ?>
<script>
jQuery(function() {
jQuery("a.post-thumbnail ").removeAttr("href");
  });
</script>