Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #214858

    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.

    #214936

    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

    #214939

    Thanks Ismael! Worked like a boss :) Salutes.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adding Featured Images to the Search Result’ is closed to new replies.