making an RSS button from my site
-
I would like to put the RSS orange box with the dot and 2 1/4 circles in it on my blog, so that readers could choose to subscribe to my blog. Do I have the process correct so far? I have read Wikipedia on RSS and Atom, I have read the RSS section of WordPress support. I think all I am finding is instructions to import feeds into my blog – not what I want to do. The template I am using has the following in sidebar.php:
<div class="sideblock"> <h3> <?php _e('Meta:'); ?> </h3< <ul> <li><a>" title="<?php _e('Syndicate this site using RSS'); ?>"> <?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?> </a></li> <li><a>" title="<?php _e('The latest comments to all posts in RSS'); ?>"> <?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?> </a></li>
I have gone into Widgets and dragged RSS over into the sidebar, but it didn’t take.
I realize I am missing some basic concepts of how RSS works, and appreciate your patience. I would really appreciate some guidance at a minimum, and of course specific complete directions would be wonderful. Thank you.
- The topic ‘making an RSS button from my site’ is closed to new replies.