How do I remove the featured image from the actual post?
-
How do I remove the featured image from being inside the actual post but keep it as a featured image for the rest of the site?
I’ve read so many how to’s about removing a specific code from the single.php but mine looks different to the others.
Here is what mine says:
<?php get_header(); ?> <section class="section" role="main"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; else: get_template_part( 'content', 'none' ); endif; ?> </section><!-- .section --> <?php get_sidebar(); ?> <?php get_footer(); ?>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Can someone please help?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How do I remove the featured image from the actual post?’ is closed to new replies.