Viewing 2 replies - 1 through 2 (of 2 total)
  • davidtrounce

    (@davidtrounce)

    I came here to ask the same thing. I love this plug in. It works like a charm (I tried six others that didnt work at all!)

    Thanks so much for a good clean plug in.

    Any chance of opening in a new window option?

    khrisme

    (@khrisme)

    To open the link in a new tab:

    1. Find the following in the code:

    $out .= "<li><a class='post' href='$link' title='$title'>$title</a>{$date}{$summary}

    2. Replace with the following:

    $out .= "<li><a class='post' target='_blank' href='$link' title='$title'>$title</a>{$date}{$summary}

    That’s it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Get Links To Open In New Window’ is closed to new replies.