Jun 7 2010
How to show RSS feeds in a WordPress Page and Posts

RSS Feed function is to give access to your readers or viewers a site, automatically pointing them for new contents, and posting the information right through their site when your post updates. This allows them to have fresh and hottest news posted on your blog from different blog sites.

Now, with WordPress this will work exactly the same way on How to show RSS feeds in a WordPress Page and Posts if you use WordPress to host your blog or if you install WordPress software install on your own domain, on your own server, this work exactly the same way. It doesn’t matter if you run with the WordPress blog this is how you will get the RSS feed;
Now lets see in detail on How to show RSS feeds in a WordPress Page and Posts
Basically, if you have blog right for example, Let’s assume a site called www.xyz.com. And we want to add RSS feed for it. it is so simple to find a RSS Feed with simply putting /feed extending the URL. The RSS feed URL looks like the following one. www.xyz.com/feed. So, no matter what WordPress blog you are using, all you need to do is to take the main domain name or URL and add /feed to the right extreme of that URL. By default, WordPress comes with a variety of feeds and are generated by template label or tag for bloginfo() for each type of feed. They are, then  characteristically listed in the sidebar and/or footer of most WordPress Themes. Take a look at the following URLs and the RSS feed versions. Let us also ask, How to show RSS feeds in a WordPress Page and Posts for a particular version and what are the features of it?
URL for RDF/RSS 1.0 feed
<?php bloginfo(‘rdf_url’); ?>
URL for RSS 0.92 feed
<?php bloginfo(‘rss_url’); ?>
URL for RSS 2.0 feed
<?php bloginfo(‘rss2_url’); ?>
URL for Atom feed
<?php bloginfo(‘atom_url’); ?>
URL for comments RSS 2.0 feed
<?php bloginfo(‘comments_rss2_url’); ?>
The first four feeds displays the  new updates and changes to the site’s content for the different feed readers.
One of these technologies are that simple and yet powerful. Thus, you can make sure that your WordPress remains under your control and is not overfed with some vague source code.

Now, with WordPress this will work exactly the same way on How to show RSS feeds in a WordPress Page and Posts if you use WordPress to host your blog or if you install WordPress software install on your own domain, on your own server, this work exactly the same way. It doesn’t matter if you run with the WordPress blog this is how you will get the RSS feed;

Share

Written by

View all posts by:

Categories: news Tags: