Is it possible to have blog posts without a picture ?
I’ve tried all the settings I can find and the blog always seems to need to have a picture for the post.
Many thanks
Hey!
Try adding this code to the Quick CSS:
.post_author_timeline, .template-blog .blog-meta {
display: none;
}
Cheers!
Josue
Nice one, worked a treat!