Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1195742
    tiv1
    Participant

    Hi Support,

    I’ve ready through previous discussion here about the limitations of the Search results page on this forum. A specific question though:

    Why do some search results show ONLY the title of the page, whereas others show also an excerpt under the title?
    It doesn’t look very professional to have it inconsistent like this.

    See my url as an example of what I’m talking about: http://www.aisc.ac.cy/?s=bus

    Is there a way to either make the results JUST be page/section titles or the titles and excerpt?
    While on the subject, is there a way to reduce the space between the result items? Too much space currently.

    Many thanks.

    #1195851
    Christian
    Moderator

    Hey there,

    Looks like the ones without excerpts are pages. Pages don’t have an excerpt.

    To remove the excerpt and reduce the space, please add the code below in your Appearance > Customize > Custom > Global CSS

    .search .excerpt {
        display: none;
    }
    .search .hentry {
        margin-top: 45px;
    }

    Hope that helps. 🙂

  • <script> jQuery(function($){ $("#no-reply-1195742 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>