I have my featured image appearing twice in the excerpt.
I set a featured image for each post, then I set the plugin to use the featured image. I need to get rid of the top image that does not text wrap.
http://ragingalcoholic.com
I have my featured image appearing twice in the excerpt.
I set a featured image for each post, then I set the plugin to use the featured image. I need to get rid of the top image that does not text wrap.
http://ragingalcoholic.com
By using the forum you are agree with tonjoo studio license agreement
hi,
You need to remove featured image from your post, because ECAE already show the featured image 🙂
But I did not see ECAE installed in your web. Did you delete it?
Thank you
By using the forum you are agree with tonjoo studio license agreement
I solved it with CSS
.search .featured-thumbnail img {
display: none;
}
.archive .featured-thumbnail img {
display: none;
}
Can you see any potential problems doing it this way.
It has kept me from having to delete every featured image on every post. But I will remove them if you think it could be a problem later on.
By using the forum you are agree with tonjoo studio license agreement
Hi,
No, I don’t see any problem. You will need to edit your theme css eventually to override its featured image 🙂
Thank you
By using the forum you are agree with tonjoo studio license agreement