So for the Portfolio Grid I add a featured image to show as thumbnail for that page. But when I click on that page, that featured image is shown again in my page. I don’t want that, I want the featured image to only show in the grid overview.
As I saw on the Enfold demo site, it should be possible, so how do I efficiently do this, please?
Hey!
Open up wp-contentthemesenfoldincludesloop-portfolio-single.php and comment out/delete following code
$thumb = get_the_post_thumbnail(get_the_ID(), $avia_config['size']);
if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";
Best regards,
Peter