I run a wordpress site using the DW Focus theme and I want featured images on the website, just not inside the actual post that you click on. For some reason, the access to the appearance > customize part is unusable http://i.imgur.com/5BPQ2qX.png and I seem to have tried everything. I have administrator powers btw. Please helP!
1 Answers
To resolve this issue, you can add the following code to the style.css file:
.single .site-content>.hentry .entry-thumbnail img { display: none; }
Hope this helps !
If anyone is reading this, instead of going into the code, I found a plugin called “Quick Featured Images” . Worked very well!
Please login or Register to submit your answer