There are several plug-ins available out there for this functionality, but if you are like me who is a bit lazy
, here’s a simple way to add other blog’s feeds to your wordpress blog.
How To Display Other Blogs Feeds to Your WordPress Blog
- Open the template file you want to put the other blogs’ feeds. For illustration purposes, we will going to edit the sidebar.php. Our goal is to display the latest n posts of our target blog. In my example, we will going to display the latest 3 posts.
- To do this, just add the following code anywhere in the sidebar.php where you want to display the feeds, customizing the highlighted text with your own preference :
If you are using Wordpress, maybe you are familiar with the ‘more’ (<!–more–>) tag. If this tag sounds unfamiliar, here’s a short description on its usage: