I want feature image in home page but not full view. Is it possible.
1 Answers
To disable the feature image in single post, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)
<style>.single .site-content > .hentry .entry-thumbnail { display: none; }</style>
Hope this helps !
Please login or Register to submit your answer