Categories

Featured templates

WordPress. How to create and display RSS feeds

Sarah Vaynbaum November 24, 2014
Rating: 5.0/5. From 1 vote.
Please wait...

Hi! Today we are going to show you how to create and display RSS feeds in WordPress.

WordPress. How to create and display RSS feeds

RSS stands for Really Simple Syndication – a web feed format for publishing frequent updates of site content such as news, blog posts, etc.
Publishers benefit from RSS feeds because this lets them syndicate their site content automatically. Readers benefit from web feeds by getting timely updates when something new is posted on their favorite websites.

There are a lot of different ways of including RSS to your WordPress, but we will check the easiest and fastest ones:

  1. Log into your WordPress admin area and go to Widgets in the Appearance section.
  2. Add the RSS widget by pulling it to the correct widget area.
  3. On the right in the Current Widgets section click Edit button under RSS widget:
  4. screenshot1

  5. Click Done and then Save Changes to publish the RSS feed on your web-site.
  6. Also you can make it visible on the pages needed, using the visibility button.

Not all WordPress Themes feature all of the RSS Feed types that are available in WordPress. To add a feed to your site, find the location of where the other feeds are, typically in your sidebar.php, footer.php or header.php theme files. Then add one of the tags listed above to the list, like this example:

screenshot2

<ul class="feeds">
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> /><li><a href="<?php bloginfo('atom_url'); ?>" title="<?php _e('Syndicate this site using Atom'); ?>"><?php _e('Atom'); ?></a></li>
<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>

These were the most efficient ways to add your RSS. Wish you good luck!

Feel free to check the detailed video tutorial below:

WordPress. How to create and display RSS feeds

If you’re in need of a news site wordpress theme to put up a news site, review our premium themes.

Wordpress Websites Templates
This entry was posted in WordPress Tutorials and tagged feed, rss, setup, WordPress. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket