Tagged: featured image, post single, single post
Would like to have an option to not display the Featured Image on specific posts.
Hi Jim,
For not to display the Featured Image on specific posts you have to add custom CSS. Just go to Appearance > Customize > Additional CSS and paste the below custom CSS code:
.single-post .post-xxx .post-featured-image { display: none; }
Note: Replace the above xxx text above with post id number of specific post.
xxx
Thank you!