Hi there.
I’m trying to show last posts on my home page so I added Blog Post Carousel on the site. The problem is that if I don’t set image under Post thumbnail type under Thumbnail Options the post is shown as grey area.
If I set image under post thumbnail type on home pa ge is image. But if I don’t there is just grey area. How do I resolve this?
I’ve attached images if it’s unclear.
P.S.
For the time being I use a workaround, displaying none figure in css:
.blog-items figure {
display: none !important;
}
But that’s not a solution! as I’d like some thumbnails if I want them to be there.
Any ideas what’s going on?
Seconnd question. Is showing latest posts/news by adding blog post carousel to the front page the only way?