Hi Guys,
I need to target the rss button in the header meanu to a new blank page.
Searching in old theards i could find this should be set in :helper-social-media.php
Looking into that file it seems that all internal links dont get a _blank target.
Is it possible to set a target blank for the rss feed button?
Hey hotspot!
In helper-social-media.php file please find
http://i.imgur.com/3p1vWSm.jpg
and add target=’_blank’ in front of {$blank} in the same line
Best regards,
Yigit
Yigit,
thanks for the super fast reply.
works like a charm.