Remove featured image from posts template
-
Hi, as far as I can tell, it seems like all the post content for the single.php template is called with the following line of code inside entry.php:
<?php get_template_part( 'entry', ( is_archive() || is_search() ? 'summary' : 'content' ) ); ?>
This calls the content, which includes the featured image. I want to leave the featured image out. How do I do this?
thanks
- The topic ‘Remove featured image from posts template’ is closed to new replies.