Viewing 1 replies (of 1 total)
  • You have to manually edit wp-testimonials.php in plugin folder. search for the line which output the link, it’s around line 743 in my end. the line looks like this:
    $retvalo .= '<a href="'.$tstpage2->homepage.'" class="cite-link">'.stripslashes($tstpage2->company).'</a>';

    add code to open in new window.

    $retvalo .= '<a href="'.$tstpage2->homepage.'" class="cite-link" target="_blank">'.stripslashes($tstpage2->company).'</a>';

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Testimonials] Open link in new window’ is closed to new replies.