• Resolved paulweber

    (@paulweber)


    Hi there,
    running the following command in my sidebar – and it’s working great!

    <?php include_once (ABSPATH . WPINC.’/rss-functions.php’);
    wp_rss(‘http://www.ft.com/rss/blablabla/etcetera/&#8217;, 10); ?>

    However I’d need the single news links to be opened in a new window when they’re clicked. In HTML I know of the command
    target=”_blank”

    but I really don’t know if it works in this context. If it does, where must it be declared?

    Thx,

    Paul
    p.s. sorry if this has been posted… “data mining” in the support forums isn’t the easiest. Or maybe I’m just too old / dumb 😉

Viewing 1 replies (of 1 total)
  • Thread Starter paulweber

    (@paulweber)

    Found it, thank you.
    just add
    <base target=”_blank” />
    within the <head> of the header.php file of the active theme.

    paul

Viewing 1 replies (of 1 total)

The topic ‘RSS Links – opening in new window’ is closed to new replies.