Remove WordPress page titles from search results

Ivory Search Forums Support Remove WordPress page titles from search results

Viewing 7 reply threads

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
    • #5302
      Sam Fella
      Participant
      • Topics: 1
      • Replies: 3

      I would like to know how to remove page titles from search results or be able to customize the titles without having to change my internal WordPress titles. In WordPress I have each page organized with numbers and internal information that I do not want to have available to the public. I do however want the information that is in each of my selected pages available to searches. Thank you for your help! – Sam

      Attachments:
      You must be logged in to view attached files.
    • #5306
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      I hope you are well today and thank you for your question.

      You can hide page titles on the search results page by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

      .search-results ul.nv-meta-list,
      .search-results h2.blog-entry-title.entry-title {
          display: none;
      }

      Best regards,
      Ivory Search Support

    • #5311
      Sam Fella
      Participant
      • Topics: 1
      • Replies: 3

      That worked for the page title, thank you.
      But now, why are the results all the same listed? Looks like the results are just my website menu?

      Attachments:
      You must be logged in to view attached files.
    • #5313
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      But now, why are the results all the same listed? Looks like the results are just my website menu?

      Could you please share the page URL from your site where it is displaying so that I can troubleshoot it?

    • #5317
      Sam Fella
      Participant
      • Topics: 1
      • Replies: 3
    • #5340
      Sam Fella
      Participant
      • Topics: 1
      • Replies: 3

      The page that has the search bar is : https://www.critical-logic.com/test-web-page/

    • #5347
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      It seems your website menu is a part of your page content therefore it displays in the search results.

      Could you please check it by temporarily deactivating the Ivory Search plugin and see whether you get the same results?

      • #5396
        Sam Fella
        Participant
        • Topics: 1
        • Replies: 3

        I do get the same results. I use Thrive Architect for the page and menu content.
        Is there a way for to exclude the menu?

    • #5404
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      If it still displays for you even after deactivating the Ivory Search plugin then it means this is not an issue of Ivory Search plugin but the theme or any other plugins that you are using on your website.

      The search results page is displayed by the search.php file of the theme that you are using on your site so the plugin doesn’t control how the pages and its text will be displayed on the search results page but your site theme controls it.

      You can exclude the menu from search results by developing custom code in the search.php file of your child theme by contacting the theme author or consider hiring a developer to develop it for you. You can hire a developer from any freelance site or WordPress agency.

      You can also consider hiring us to develop it for you using the form https://ivorysearch.com/custom-work/

Viewing 7 reply threads

You must be logged in to create new topic or reply to the topic.