PressTigers

How to Display RSS Feeds on your WordPress Blog

Sometimes you might need to show external RSS feeds channel on your blog. To accomplish this, you don’t have to utilize any plugin. WordPress as of now has a built in function “fetch_feed()” that will deal with aggregating RSS feeds. In this article, you will figure out how to show external RSS feeds on blog.

Simply paste the accompanying code in any WordPress custom page that you make:

Now, change the “http://www.url.com/feed/” with your Feed Resource. You can get the content of the post in loop by “$item->get_content()“.

User Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

    Get in Touch