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.
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.
URL is : http://www.hitechgadget.net As you can see, I hardly make a valid feed for this blog. Urgent help is needed.
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...
when you login to your WP admin you will see by the footer the WordPress version you are using... to upgrade,,go to http://wordpress.org/download/ then follow these instructions: http://codex.wordpress.org/Upgrading_WordPress
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.
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 !!