Hey?
Can you please tell me how to remove the featured image only from the single post page?
I want it to show on the category page.
But i don't want it to be shown on the post page.
Thanks
<figure class="featured-image">
<?php the_post_thumbnail(); ?>
<?php if(is_single() || is_page()) : ?>
<?php echo gk_post_thumbnail_caption(); ?>
<?php endif; ?>
</figure>