I just started my wordpress blog. Can someone tell me how to activate an RSS Feed?
Thanks!
I just started my wordpress blog. Can someone tell me how to activate an RSS Feed?
Thanks!
Plink...
http://www.msmelanie.prettyposies.com/wp-rss2.php
Activated. This will also work:
http://www.msmelanie.prettyposies.com/index.php?feed=rss2
RSS is active the moment you install WordPress. You can add it as a link in your pages like so:
<a href="<?php bloginfo('rss2_url'); ?>" />RSS feed</a>
The <?php bloginfo('rss2_url'); ?> tag will generate the URL to your feed automatically. Other feed types WordPress supports:
RSS .92 - <?php bloginfo('rss_url'); ?>
Atom 0.3 - <?php bloginfo('atom_url'); ?>
RDF/RSS 1 - <?php bloginfo('rdf_url'); ?>
Thank you. Question - if it is activated, how come I cannot look it up on Bloglines or my Yahoo RSS headlines?
Scratch that. The link you gave me works. THANK YOU!!!
This topic has been closed to new replies.