How to make RSS/Atom feed for Wordpress?

Discussion in 'WordPress' started by poshswinger, Apr 5, 2008.

  1. #1
    Sorry if this question has been asked before.

    It's my first time to use Wordpress to write blog, andI don;t know how to create a functional RSS feed for readers. I have tried to type the URL to Feedburner, but yet it said no feed is validated.

    I tried Feedsmith as well, still can't make it.

    Thanks in advacne for your kind assistance. :)
     
    poshswinger, Apr 5, 2008 IP
  2. fish

    fish Well-Known Member

    Messages:
    450
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    120
    #2
    The theme you're using probably doesn't have the code you need for feeds in the header.
    <link rel="alternate" type="application/rss xml" title="Subscribe to <?php bloginfo('name'); ?>" href="<?php bloginfo('rss2_url'); ?>" />
    
    <link rel="alternate" type="application/rss xml" title="Subscribe to <?php bloginfo('name'); ?>" href="<?php bloginfo('rss_url'); ?>" />
    
    <link rel="alternate" type="application/rss xml" title="Subscribe to <?php bloginfo('name'); ?>" href=" <?php bloginfo('atom_url'); ?>" />
    Code (markup):
    Add those between the <head> tags and you should be all set.
     
    fish, Apr 5, 2008 IP
  3. poshswinger

    poshswinger Active Member

    Messages:
    2,527
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #3
    will try them soon. Thanks.
     
    poshswinger, Apr 5, 2008 IP
  4. sultanofseo

    sultanofseo Notable Member

    Messages:
    9,930
    Likes Received:
    405
    Best Answers:
    0
    Trophy Points:
    265
    #4
    its lot easier to use a theme that has rss/atom widget
     
    sultanofseo, Apr 5, 2008 IP
  5. poshswinger

    poshswinger Active Member

    Messages:
    2,527
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #5
    Sorry, the code still doesn't work for me......any other suggestions?
     
    poshswinger, Apr 6, 2008 IP
  6. fish

    fish Well-Known Member

    Messages:
    450
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    120
    #6
    What's the URL to your site? Not sure what else it could be...
     
    fish, Apr 6, 2008 IP
  7. poshswinger

    poshswinger Active Member

    Messages:
    2,527
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #7
    poshswinger, Apr 6, 2008 IP
  8. fish

    fish Well-Known Member

    Messages:
    450
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    120
    #8
    Why are you using such an old version of WordPress? Version 2.0.1 came out over 2 years ago...

    Try upgrading to the latest version (2.5) and see what happens...
     
    fish, Apr 7, 2008 IP
  9. poshswinger

    poshswinger Active Member

    Messages:
    2,527
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #9
    Thanks, fish.

    1. How to check which version my blog is?
    2. How to do upgrade?
     
    poshswinger, Apr 7, 2008 IP
  10. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #10
    arwen54, Apr 7, 2008 IP
  11. poshswinger

    poshswinger Active Member

    Messages:
    2,527
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #11
    Well, I can't see any version number at the footer of my WP admin panel.
    I am trying your suggestions. Thanks, arwen.
    Will tell you guys the result.
     
    poshswinger, Apr 7, 2008 IP
  12. poshswinger

    poshswinger Active Member

    Messages:
    2,527
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #12
    Arrrrrh....
    I failed with the upgrade, and messed up the files. I did backup with the backup plugin, but seems it only help me to backup the posts only, but not the files.

    Is there any way to restore my blog? Urgent !!
     
    poshswinger, Apr 8, 2008 IP