Wordpress widget: TagPosts
- Posted by kajyr on January 20th, 2010
- 3 Comments »
I’ve written a small wordpress widget, to show in the sidebar all the posts from a given tag, or from the tag archive page you are visiting, or both.
You can see in action in this blog, if you select any tag from the sidebar in homepage.
I’ve taken inspiration from the Category Posts Widget 3.0 by James Lao.
You can download the plugin from the wordpress repository.

Hey, thanks for plugin. I’ve found a bug.
After: // Post list
echo “\n”;
.
.
.
you had: echo ‘\n’;
so fix it to echo “\n”; (otherwise you’ll have /n after displayed posts.
February 23rd, 2010 at 22:29
It seems I cant post a comment with the ul :( So just find that line and change ‘ for “
February 23rd, 2010 at 22:31
Thanks for the message, i’ll fix it now :-)
Carlo.
February 23rd, 2010 at 23:45