• Resolved jobriant11

    (@jobriant11)


    Great template! I have one problem though. If i use a featured image it automatically posts it at the top of the article… which ends up doubling up the image I already have embedded in the article. I there a way to use the featured image, while not showing it in the post?

    You can see the issue at jeremyobriant.com.

Viewing 2 replies - 1 through 2 (of 2 total)
  • First create a Child Theme and activate it else all changes will be lost when you update the theme.

    Copy the single.php file from wp-content/themes/my-wooden-under-construction to wp-content/themes/my-wooden-under-construction-child and edit it.

    Remove everything from line 20 to 26. You should remove the following.

    if( has_post_thumbnail() ){
    ?>
    <div class="thumbnail">
    <?php echo get_the_post_thumbnail( $post -> ID , array( $myThemes_layout -> width , 999 ) , esc_attr( $post -> post_title ) ); ?>
    </div>
    <?php
    }
    Theme Author mythemes

    (@mythemes)

    Check new version ( 2.0.7 )

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Image Double Post’ is closed to new replies.