Tagged: featured image, posts
If I create a blog post and insert an image in the content, the featured image is also inserted at the top of the blog post.
I dont want that, I just want what I insert there.
How to remove the featured image from the blog posts ?
Thanks.
Hi peterolle!
Add this to your custom CSS.
.single .big-preview { display: none !important; }
Best regards,
Elliott
Can you please share what to use in pages ? They have the same problem.
Thanks.