Forums Forums Search & Filter Pro open in new tab

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #208834

    Hi.

    I want it so when someone clicks on a search result, it opens in a new tab. I would want this for all of them.

    How can I do this?

    Ross Moderator
    #208848

    Hi Jonathan

    Usually, a link (in your search results) looks like this:

    <a href="http://somelink.com">Link Text</a>

    So to open in a new window, all you would do is add target="_blank":

    <a href="http://somelink.com" target="_blank">Link Text</a>

    —–

    Anyway, thats the technical part of it, now you just need to figure out where to change the link itself.

    How are you displaying your results (display results method)?

    You will probably need to edit a file in your theme.

    Thanks

    ** Just to note, we are on a national holiday in the UK, so replies / support will slower/delayed until we are back on Tuesday.

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