• Hello!

    I love much this theme, but i want show the principal / featured picture in the post page. To get this result i added this code in single.php file.
    <?php the_post_thumbnail( 'full' ); ?>

    This line added after </header> tag and before <div class=“Entry-media”> tag.

    To get best result i added this style css:

    .entry-media + .wp-post-image {
        width: 100%;
        margin-bottom: 35px;
        margin-top: -35px;
    }
    • This topic was modified 3 years, 2 months ago by jhorje18.
    • This topic was modified 3 years, 2 months ago by jhorje18. Reason: Add style css
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi! Glad to hear you like it ??

    To make the featured image appear on single posts, select Post Format > Image.

    Thanks for sharing your solution!

    Theme Author Alexander Agnarson

    (@alxmedia)

    So, your featured image does not show up on single posts, at the top, when using Image Post Format?

    Do you…

    1) Set a featured image
    2) Set the post format to Image
    3) Save

    It should be that simple to make it show up.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show featured photo in the post’ is closed to new replies.