RSS feed with blank page

Discussion in 'Covera WordPress Theme' started by axel, Jun 28, 2013.

  1. axel

    axel New Member

    Joined:
    May 16, 2013
    Messages:
    9
    Likes Received:
    0
    How can I define that a click on the rss-feed in the widget area open as a blank page?
    Thanks for the help.


     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    It is not possible to add target_blank(new tab open code) in Rss/feed, but there is a another way to open rss/feed in new tab, But it will open your all website link in new tab, If you want to do so then, Go to header.php present in your theme directory and add the code given below

    Code:
    <base target="_blank">
    Sending image for reference

    2013-07-04_1652.png
     

Share This Page