Tagged: blog layout, featured images
Hi, I’ve selected the “Single autor, small preview pic” but I’m not seeing the featured images for each post on the post list.
http://masalabcn.com/, for example the last post on the page “Benvinguts a Masala” has a featured image but it’s not showing either on the list or inside the post.
Thanks!
Hey alkaithil!
Did you set it on General Settings > Blog Style? Select the single post view layout on General Settings > Single Post Style.
Cheers!
Ismael
Hi Ismael, it was already selected like:
General Settings > Blog Style > Single author, small pic
General Settings > Blog Style > Single post with small pic
http://awesomescreenshot.com/05524az1bb
Still no image is showing. If I understand correctly, it’s supposed to display the “featured image” right? There’s a post with an image embeded on the content and that is displaying (http://masalabcn.com/el-fonoll/)
Thanks for your help.
Hey!
It seems like your stylesheet (probably some code in the quick css field) contains some css styling which hides the blog meta data
.blog-meta {
display: none;
}
This code will also hide the preview image on the blog page.
Regards,
Peter