Need help adding feedburner as my blog feed

Discussion in 'Content Management' started by adell50, Oct 8, 2009.

  1. #1
    I am using the Cutline 1.4 theme on a hosted wordpress framework.

    My feedburner feed is http://feeds.feedburner.com/internetce

    My blog address is http://blog.internetce.com

    I would like to use my feedburner feed as my primary feed and am having trouble figuring out how to do so.

    I have found what I think is the code within my theme files, but am unsure what to change.

    Any ideas?

    Many thanks!
     
    adell50, Oct 8, 2009 IP
  2. zinghana

    zinghana Well-Known Member

    Messages:
    1,970
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    125
    #2
    In your wp-admin/ dashboard you should have a RSS setting... if not open your header.php (in your WP-theme directory) find this line:
    <li class="rss"><a href="http://blog.internetce.com/feed/"></a></li>
     
    Code (markup):
    and replace with:

    <li class="rss"><a href="http://feeds.feedburner.com/internetce"></a></li>
    Code (markup):
    Good luck, shoot me a PM if your still having trouble with this
     
    zinghana, Oct 8, 2009 IP
  3. adell50

    adell50 Peon

    Messages:
    165
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I dont think the url is located in the header file. Just 'blog_url'.

    I was searching everywhere for it, but I think IM missing something...:eek:
     
    adell50, Oct 9, 2009 IP
  4. kunnusingh

    kunnusingh Well-Known Member

    Messages:
    656
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    145
    #4
    first open wp-rss.php & wp-rss2.php

    change 'rss_url' to your custom url
    example:
     
    kunnusingh, Oct 9, 2009 IP