The search results page displays the featured image to large. How do I remove it or set it to use a thumbnail size.
Hi there
Hope you are having a good day and thank you for your question
please provide url and i will take a look
Reposting because I don’t see a reply.
The search results page displays the featured image to large. How do I remove it or set it to use a thumbnail size.
Hey there
Sorry but resize is not possible, you can only hide id by this css:
.search .post-content .entry-header img {
display: none;
}