Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DesignsAndCode

    (@designsandcode)

    Hey r78o1k

    The search results is displayed using a template from your theme, so you must find out which template is being used and edit this.

    Looking at your site I think this will be category.php

    In here you will find some code:

    the_content();

    Remove this line to leave only the heading 🙂

    Thread Starter r78o1k

    (@r78o1k)

    Thanks very much for your reply. I am very new at this, and can’t seem to work out where to find the code that needs to be changed?

    If you could point me in the right direction it would be really appreciated.

    Thanks for your help (and your patience!)

    Plugin Author DesignsAndCode

    (@designsandcode)

    Well this is more to do with modifying your theme…

    So you would go in to your theme folder, and then I would try editing templates in this order:

    category.php
    archive.php
    search.php
    index.php

    Making the change I mentioned above (removing the_content()) – it will be one of those files you need to modify but not all of them so try them one by one..

    Just beware, that if any other pages use the template you modify then their layout will also be updated (this may or may not be a good thing).

    As always make a backup of any files you edit first!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘post title rather than post?’ is closed to new replies.