• Sunidaze

    (@sunidaze)


    When I set a featured image in a post the featured image shows up fine on the home page.

    but when I click through to read the single post the featured image does not show at all.

    I installed and used the suggested http://wordpress.org/plugins/regenerate-thumbnails/ plugin but it didn’t help.

    Any suggestion you have to make the featured image show in specific posts will be appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I did a bit of looking around and found something in the theme. To solve your issue, go to to Appearance>Editor and on the right, click to content-single.php and look for this:

    <!--
    <div class="featured-image-single">
    			<?php if (has_post_thumbnail() )
    				the_post_thumbnail();
    				?>
    		</div>
    -->

    Now remove the <!-- at the beginning and the --> at the end. This will solve your problem. You no longer will need the plugin you had installed.

    Hopefully that solves your problem

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Image Not showing in Posts’ is closed to new replies.