How to remove the featured image only from the post page?

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Sat Sep 27, 2014 10:38 am
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
User avatar
Fresh Boarder

GK User
Mon Sep 29, 2014 7:32 am
Hi,

You have to edit University/layouts/content.post.featured.php file and remove this fragment (only the first one):
Code: Select all
<figure class="featured-image">      
      <?php the_post_thumbnail(); ?>
      
      <?php if(is_single() || is_page()) : ?>
         <?php echo gk_post_thumbnail_caption(); ?>
      <?php endif; ?>
   </figure>
User avatar
Moderator


cron