Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25952

    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?

    #128777

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Disable featured image on portfolio page itself’ is closed to new replies.