Forums Forums Search & Filter Pro Problem whit search display

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #118651

    Hi, I have a problem with the plugin, basically in the search display returns under each article the category to which it belongs and the date it was published, I would like to hide this information but if I insert the display: none in these categories ul .post-categories {display: none;} – p: last-of-type {display: none;} – – it damages me around the site, but I want to hide this information only on the specific search page.

    Trevor
    #118656

    Are you able to send me a live link/URL to your search page so I can take a look?

    Please also confirm what Display Results method you are using. If it is Shortcode, please ensure that you have followed the Customization Guide:

    https://www.designsandcode.com/documentation/search-filter-pro/search-results/using-a-shortcode/#Customising_the_Results

    Anonymous
    #118667
    This reply has been marked as private.
    Trevor
    #118671

    So, if you open the copy of the results.php in an editor, you can change it.

    Delete any of these lines:

    <p><?php the_category(); ?></p>
    <p><?php the_tags(); ?></p>
    <p><small><?php the_date(); ?></small></p>

    These are:

    Categories
    Tags
    Date

Viewing 4 posts - 1 through 4 (of 4 total)