How to display an RSS feed in WordPress?

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.

#article h1, h2, h3, h4 { color: #398db9; font-weight: 700;margin-bottom: 10px;}
#article h1 { margin: 0 0 15px; display: block; width: 100%; border-bottom: 1px solid #c9c9c9; font-size: 20px; }
#article h2 { font-size: 18px; }
#article h3 { font-size: 16px; }
#article h4 { font-size: 14px; }

WordPress gives you the option to easily add RSS feeds to your website. To do this, follow the steps below:

  • Step 1. Log in to your WordPress admin area and go to Widgets in the Appearance section.
  • Step 2. Click the Add button next to the RSS widget.
  • Step 3. In the Current Widgets section on the right click Edit for the RSS widget.
  • Step 4. Type the RSS feed URL, its title (optional) and check what item details to display (optional).
  • Step 5. Click Done and then Save Changes to publish the RSS feed on your blog.

If you want to see a video tutorial on how display an RSS feed in WordPress, click Play Video on the screen below.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Leverage Browser Caching

Add these rules to your .htaccess file in order to reduce the load times of web pages by storing...

Why BackupBuddy fails to send backups to a remote server

When backing up to a remote server, the successful completion of the process relies on many...

How to Disable Theme Editor and Plugin Editor in WordPress Admin Panel

WordPress allows you to edit your plugin and theme files directly through its admin panel....

How to Modify my Title Tag in WordPress

To modify the title tag of your index page you need to login to the WordPress admin area and go...

How to Change my WordPress Subheading

The majority of WordPress themes take the subheading text from your blog's tagline. To edit it,...