Forums

RSS Feed (4 posts)

  1. melanoma
    Member
    Posted 4 years ago #

    I just started my wordpress blog. Can someone tell me how to activate an RSS Feed?

    Thanks!

  2. Kafkaesqui
    Moderator
    Posted 4 years ago #

    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'); ?>

  3. melanoma
    Member
    Posted 4 years ago #

    Thank you. Question - if it is activated, how come I cannot look it up on Bloglines or my Yahoo RSS headlines?

  4. melanoma
    Member
    Posted 4 years ago #

    Scratch that. The link you gave me works. THANK YOU!!!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.