Posts Tagged ‘Display Other Blogs Feeds’

Wordpress Tips:How To Display Other Blog’s Feeds to Your WordPress Blog

Monday, December 3rd, 2007

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

  1. 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.
  2. 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 :
  3. (more…)