• Resolved pkuneman

    (@pkuneman)


    Is it possible to display the featured image thumbnail and a page description of static webpages in the Hueman Theme search results.

    Currently this only works for posts on my site. I would like to show this for static pages as well, so the search results look more cohesive.

    Website: comicattractions.com

    Thanks in advance for any help with this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi pkuneman. Welcome to the Hueman forum. The default theme configuration doesn’t display the featured image or meta data for pages in the search results. Try adding this to your custom css and see if that fixes it:

    .search .page.type-page .post-thumbnail,
    .search .page.type-page .post-meta {
        display: block;
    }
    Thread Starter pkuneman

    (@pkuneman)

    Thank you that worked. I just have a couple more questions: is there a way to remove the cropping from the search result thumbnail image and is it possible to remove the date from the individual search results. Again, thanks in advance. You’ve been very helpful.

    I don’t see the cropping on the search results images. Do you have one in particular that you’re seeing? Also, looks like you’ve already suppressed the date display.

    Thread Starter pkuneman

    (@pkuneman)

    Yes, I’ve figured out how to hide the date. There is slight cropping on all the featured images (even on the homepage), but its something I can live with. Just curious if you knew the CSS that was causing this off the top of your head. I sure with a little trial and error, I can figure it out in my spare time.

    Once again, thank you for your help with this!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Static Page Thumbnail/Description in Search Results’ is closed to new replies.