no image in related posts!
in Blog
Hi, is there any way to remove featured image from a single post but show it as thumbnail in related posts?
In portfolio it works fine , but does not work in post!
For example:
portfolio-item - https://paint.md/portfolio-item/castel/
single post - https://paint.md/zaiavka-na-grant/
my css changes:
.single-portfolio .single-photo-wrapper { display: none !important; }
.single-post .single-photo-wrapper.image { display: none !important; }
Thank you!
Comments
it looks like your css worked after all, please delete browser cache.
cheers
https://imgur.com/a/bMfZs
thanks
in the portfolio post, I added featured image and disabled it
but when I do the same thing in blog post, the image in related posts disappears!
http://prntscr.com/ikc326
So do you want to do the same thing as you did in the portfolio, or do you mean that the css from the portfolio is messing up the blog?
You can edit a single post and disable the featured image with the option:
http://prntscr.com/ikc4dz
thanks