Home › Forums › Pro Version › Can the link to the post be disabled? › Reply To: Can the link to the post be disabled?
November 17, 2014 at 6:20 am #2719
Keymaster
Hi John,
Here is what you need to do.
1. Copy that layout to your wordpress theme and get path of your new layout location.
2. Inside that folder please open layout.php (You may need FTP client here.)
3. Change line no 6 from <a href=”<?php the_permalink(); ?>”><?php the_post_thumbnail($shortcodeData[‘wmlo_image_size’]); ?></a> to <?php the_post_thumbnail($shortcodeData[‘wmlo_image_size’]); ?>
This should fix your issue now.
Thanks