Thumbnail x Featured Image

I’ve installed the pluging auto exerpt everywhere so that my home page can have just a exerpt of each blog. I’d love to have a small thumbnail beside each text, but when I can do it, it also appears the big featured image on the top of the extract. Is there a way or plugin, that lets me use the small image without a repetition of a big image on the top? Thanks!

Hi @leticiatorgo,

I hope you are well today and thank you for your question.

You can just try hiding the big image displayed on the top by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

.blog-item-wrap a img.single-featured.wp-post-image {
  display: none;
}

Best Regards,
Movin