Hi,
i am looking for a widget/pugin that will show my list of favorite-bloggers, but also when they updated there blog ( ex. 2 hours ago) and the title of the blogentry.
I have seen this on blogspot, and my thought is if it's there it most likely also could be found for WP.
Is there anyone who know if I can find this and were?
//Michelle
WordPress has a built in Feed Reader than can do this for you:
http://www.wprecipes.com/how-to-display-any-rss-feed-on-your-wordpress-blog
Hope the information there helps :)
Thanks, i did! Now I just have to find out how to modifie the code so it will show also the name of the blog and when it was updated.
have to dig into the php -page for the function of wp-rss i guess.
Thanks again.
Showing the name of the blog can be done by adding something like
<h2>Name of the Blog</h2>
before entering that php code for getting all the RSS :)