Post Image don’t show on single post
-
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]
- The topic ‘Post Image don’t show on single post’ is closed to new replies.