Tagged: featured image, Search result
Hi,
When we hit the search button on the top of the screen its shows the results with Ajax. And there is a featured images shown on the list for every item. But when we clicked to the “View all results” it shows the list of the all item found with the search without featured image. How can we add featured image to the search results?
Thanks.
Best regards.
Hey Bulent!
You need to set featured images for all pages then edit includes > loop-search.php. Remove everything and replace it with this: http://pastebin.com/pbp2z3x2
Add this on Quick CSS:
.search-result-counter {
padding: 0;
}
.search-result-counter img {
width: 100%;
height: 100%;
border-radius: 100px;
}
Cheers!
Ismael
Thanks Ismael! Worked like a boss :) Salutes.