• Kim

    (@die-medienfrau)


    Hi, just have a problem – cant find a solution to show the postimage on single post page above the title. in the single.php is this:

    <div class=”entry-media”>
    <?php if( get_post_format() ) { get_template_part(‘inc/post-formats’); } ?>
    </div>

    so i’m not a prof, but in the demo version it has to show the single post image there right? where is the problem? so see if the “media” works on the singlepost page i put this css in the editor: .entry-media {

    min-height: 250px;

    }

    now it shows a black bar but not the postimage.

    can you help?

    second: can i have another view of the postpage? maybe 2 or 3 posts side by side?

    thx.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Kim

    (@die-medienfrau)

    Hi – just check your demo and there is an :

    <div class=”image-container”>
    </div>

    but these imagecontainer is not in the theme single.php when i downloaded. pls help.

    Theme Author Alexander Agnarson

    (@alxmedia)

    When you create a post, go to select “Post Format” on the right side, and then set it to “Image”. That will make the featured image show up above the title as on the theme demo.

    second: can i have another view of the postpage? maybe 2 or 3 posts side by side?

    This is unfortunately customization beyond what I can help with.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post Image don’t show on single post’ is closed to new replies.