Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @amarhamdani,

    The option to configure the number of words on the Archive page, including the Search Results page, is not available on the Astra free. However, this option will affect not only the Search Results page, but also the Archive page, including the Blog post page.

    Well, in short, you will need custom CSS to hide the excerpt on the Search Results page. Something like the following should work

    .search-results .entry-content p {
        display: none;
    }

    BTW, you disable the right click on your site. It makes harder to inspect the page ??

    Well, let us know if you need more help, otherwise please mark the topic as Resolved.

    Kind regards,
    Herman ??

    Thread Starter amarhamdani

    (@amarhamdani)

    Okay thank you very much for the answer. solved.

    Happy can be a help, @amarhamdani!

    Feel free to start a new thread if there is anything else related to Astra, we can help you with.

    Kind regards,
    Herman ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Restrict Search Results to Posts Only’ is closed to new replies.