• is there a way to remove the featured image at the top of the post?
    i just want the thumbnail to show on the page that shows a preview of all the posts for a given month/category

    thanks

Viewing 1 replies (of 1 total)
  • Hi Ryan

    I was able to do it by editing the content-single.php

    I removed:

    <?php if( has_post_thumbnail() ) : 
    
    		echo the_post_thumbnail( 'full', array('class' => 'aligncenter') ); ?>
    
    	<?php endif; ?>

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Featured image’ is closed to new replies.