Removing feature image in post
-
I would like to remove the feature image in each post as it causes a duplication, but I would like to keep the feature image elsewhere such as archive results, etc. Is there CSS for this?
The blog I need help with is: (visible only to logged in users)
-
I don’t help with CSS editing. Another Volunteer or Staff will answer you as soon as they can.
Every blog here wearing the same theme is using the same underlying template which we bloggers cannot access and edit the underlying HTML and PHP. Hence you will want to read this section of the relevant support doc http://en.support.wordpress.com/custom-design/#frequently-asked-questions
-
Hi there, when using a featured image, it is best not to add that image also to the content post itself. You can suppress display of the featured images on single post pages in Zuki by changing the CSS you tried to the following:
.single .entry-thumbnail { display: none; }
- The topic ‘Removing feature image in post’ is closed to new replies.