Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TC.K

    (@wp_dummy)

    Do you mean when clicked on the result post link it will open in a new tab?
    If so, yes.
    You have to customize the results first. You can refer to this post.

    Basically you just need to add target="_blank" to the link.

    Thread Starter amefa135

    (@amefa135)

    Yes, I mean this.

    I know that I should add target=”_blank” somewhere, but I really don’t know where. I am trying my best but I can’t find link where to add it..

    Thread Starter amefa135

    (@amefa135)

    Resolved, target=”_blank” sholud go to uwpqsf-process-class.php file in this line

    $html .= '<h1 class="entry-title"><a href="'.get_permalink().'" target="_blank" rel="bookmark">'.get_the_title().'</a></h1>';

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Open link to search result in new tab’ is closed to new replies.