Forums Forums Search & Filter Pro Results items / How to display selected item on a new page

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

    Hello,
    I am asking you a question concerning the display of the choice of article on a new page and not on the results page.
    Let me explain: let’s take my test page https://tabm.ovh/?page_id=7926

    – When the visitor chooses for example FRANCE + B2B + PHONE, 2 results are found: LEGIEST and REMARKABLE.
    – When he clicks on REMARKABLE (for example), the detail of this item should be displayed on a new page and not on the same page.
    – How to do ?

    Thanks for your help.

    Trevor
    #269072

    You would need to edit the results.php template file and change the coding for the link to include target="_blank" to the link HTML tag. Like this:

    <h2><a href="<?php the_permalink(); ?>" target="_blank"><?php the_title(); ?></a></h2>

    Anonymous
    #269189

    hello Trevor,
    Thanks for your help.
    All work fine.
    You can close this ticket.
    Patrick

    Trevor
    #269193

    Thanks for getting back to me.

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