The standard rss feed widget opens in same window
I tried new plugin ‘better rss feed’ but it doesnt appear on graphene alternative front page 🙁
I found a post
http://wordpress.org/support/topic/help-needed-how-to-open-rss-links-in-new-window?replies=12
I believe this part moved to the defaults-widgets.php in wp-includes.
I found it in lines 728 & 837
edit: search for: href=’$link’
and replace with: href=’$link’ target=’_blank’
but where do I find defaults-widgets php?
thanks as usual 🙂