• Resolved edna.alfaro

    (@ednaalfaro)


    I’m wondering if anybody knows how to remove or hide the featured image in a single image post (the large picture at the top of a single post).

    I’ve tried doing so in the stylesheet, “single.php,” and “content-image.php” by commenting out the div where the “featured-image” shows up.

    Does anybody know something that works for this?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter edna.alfaro

    (@ednaalfaro)

    Resolved this by removing line 48 from “single.php” which took out the featured media in single image posts.

    <div class="featured-media">
    
    <?php the_post_thumbnail('post-image'); ?>
    
    </div> <!-- /featured-media -->

    can anyone help me with this? I cant quite work out which bit to change?

    Thread Starter edna.alfaro

    (@ednaalfaro)

    Hi 30goingon13, please try the above steps. It worked for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing/Hiding "Featured Image" in a Single Post’ is closed to new replies.