This did make it where the featured image doesn't display in the blog and does show as a featured image on the homepage, but it removed as the featured image on the blog: http://www.annapurnadigital.com/blog/. Is there additional CSS I have to add to make sure it stays on the blog?
I was able to get the featured image off of my individual blog posts by adding this to my custom CSS:
.single-post .wp-post-image { display: none; } .post-featured-img { display: none; }
This did make it where the featured image doesn't display in the blog and does show as a featured image on the homepage, but it removed as the featured image on the blog: http://www.annapurnadigital.com/blog/. Is there additional CSS I have to add to make sure it stays on the blog?
Hey,
Use this instead:
ThemeNectar Support Team
That worked! Thank you!