• Resolved ppenguin

    (@ppenguin)


    Hey there,

    Is it possible to make a featured image appear only as a thumbnail on the “home” page, but not actually within the page itself that it links to?

    When I click on a thumbnail now it takes me to a new page where a bigger version of the thumbnail is seen. I am planning on putting a gallery in there and find the thumbnail image to be a bit distracting.

    Hope to hear back from you soon.

    I am really impressed with the clean look of the theme so far and like it a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • if you make a child theme you can remove it from the file template-portfolio-item.php

    if you remove this part:

    <?php if ( has_post_thumbnail( $post->ID ) ) : ?>
       <div class="featured-image single-portfolio-featured-image">
         <?php echo get_the_post_thumbnail( $post->ID, 'themeora-thumbnail-span-12' ); ?>
        </div>
    <?php endif; ?>

    Thread Starter ppenguin

    (@ppenguin)

    thanks omniafausta. I’ll give it a try and see if it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘featured image as thumbnail only and not in page’ is closed to new replies.