This topic has 2 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Stan Russell
How do I switch off the featured image at the top of a single blog post?
Thanks
Hello,
please navigate to needed post > Edit post > Featured image > Remove featured image.
if you want to hide featured images for all blog posts, please add following code to your custom.css file:
.post-single .wp-picture{
display:none;
}
Regards,
Stan Russell.
Tagged: featured image, seo friendly, switching off, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up