• Resolved Salinidaniso

    (@salinidaniso)


    I’m really frustrated, I have been searching and trying to get it to work for hours, nothing works.

    When I make an image post and click on it, I see my image twice. From what I’ve figured it’s the featured image showing and the image I posted. I can make it go away if I delete my featured image, but I don’t want to do that because then I’ll have no featured image on my front page.

    What I want is a featured image on my front page but no featured image inside the post.

    I tried with child theme, I tried removing codes, I tried everything I could find on the internet for hours, nothing works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Christine Rondeau

    (@crondeau)

    In order to get the featured image off the single posts, what you want to do is the following.

    Copy the content-single.php from the parent theme and put it in your child theme.

    Then edit your content-single.php

    Remove lines # 9 – 12

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

    (@salinidaniso)

    Thanks a lot for the quick reply I didn’t remove the endif when I did it and kept getting errors.

    Awesome theme!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Images inside Posts’ is closed to new replies.