Please, click here to DIGG this post so it reaches as much people as possible.
Many people have asked me which wordpress plugin I use to show the latest forum posts on my widgets sidebar here at Buanzolandia.
The answer is: I wrote a piece of php code that gets included in a widget, like this:
<?php include(‘/var/www/blogs.buanzo.com.ar/htdocs/last_posts_foros.php’); ?>
You can get that file (remove the .txt extension) from here. DO NOT forget to adapt the paths as needed 🙂
Hope it’s useful for you.
Yours,
Buanzo.