Rss feed on wordpress help please

Discussion in 'XML & RSS' started by aady1983, Jul 7, 2013.

  1. #1
    Hi All,
    first post on here - hopefully one of many more.

    I want to install a rss feed in the main content area of my wordpress site. Not a widget or sidebar.

    any ideas how to do this?
     
    aady1983, Jul 7, 2013 IP
  2. robyries

    robyries Notable Member

    Messages:
    3,230
    Likes Received:
    51
    Best Answers:
    6
    Trophy Points:
    205
    Digital Goods:
    1
    #2
    it's integrate on your template already,.. or maybe I'm wrong, what exactly you looking for,

    cheers
     
    robyries, Jul 7, 2013 IP
  3. Devtard

    Devtard Notable Member

    Messages:
    850
    Likes Received:
    133
    Best Answers:
    4
    Trophy Points:
    220
    #3
    Hello, do you mean adding the <link> tags which make web browsers display the little RSS icon near the address bar? That can be done by adding the following line into the theme file functions.php:

    
    add_theme_support( 'automatic-feed-links' );
    
    PHP:
     
    Devtard, Jul 7, 2013 IP
  4. aady1983

    aady1983 Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #4
    ok thanks will try this
     
    aady1983, Jul 7, 2013 IP