Open rss feed link in new tab

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Wed Jun 10, 2015 10:34 pm
hi, i wondered how i can get the rss links to open in a new tab? currently if clicking on the rss it leaves my site.

thanks Keith
User avatar
Senior Boarder

GK User
Thu Jun 11, 2015 9:39 am
Hi,

You have to edit Fest/gavern/widget.social.php file and change this line:
Code: Select all
if($rss_link !== '') echo apply_filters('gk_social_rss_link', '<a href="'.str_replace('&', '&amp;', $rss_link).'" class="gk-rss-icon">RSS</a>');

to:
Code: Select all
if($rss_link !== '') echo apply_filters('gk_social_rss_link', '<a target="_blank" href="'.str_replace('&', '&amp;', $rss_link).'" class="gk-rss-icon">RSS</a>');
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.