Reply To: Disable link on thumbnails in "new and popular posts" widgets?

Home Forums Iconic One Pro Support Disable link on thumbnails in "new and popular posts" widgets? Reply To: Disable link on thumbnails in "new and popular posts" widgets?

#5466

You will have to remove the following permalink part in inc/widget-popular-posts.php at line 42.


<?php the_permalink();?>

It is however suggested you leave it as it is.

Similarly, you have to edit widget-recent-thumbnail.php for new posts at line 39.