Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52722
    notjustblack
    Member

    I have a few more questions, this time about the layout of the search results page. a screenshot of how it looks now, and the same image with my changes scribbled in.

    1.) How can I hide the ‘Leave a reply’ text from the results returned on the search page, while still allowing comments on the linked post/page? I don’t want to disable comments for that page entirely, because that will disable WooCommerce product reviews.

    2.) Is there a way to get the product image to show up as a thumbnail either next to the text, or instead of the text from the product description? I’d like it to appear where the red box is in the second image.

    3.) Can I get rid of the ‘Continue Reading —>’ link and just have a ‘…’ or something else to indicate that the text was cut off? It seems redundant when there’s a link in the title right above it. Also, can I change how much text is displayed before the break?

    Thanks so much for your continued support! 🙂

    #52748
    Sakin
    Keymaster

    @notjustblack:
    1. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .search-results .entry-meta { display: none; }

    2. Search result page will show featured image of that post. Other then that you need to build child theme and customize it.

    3. Just go to “Appearance => Theme Options => Excerpt/Mote Tag Settings” and change More Tag Text and Excerpt length(words).

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Search results layout’ is closed to new replies.