Wordpress widget: TagPosts

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.

3 Responses

  1. Vlad:

    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.

  2. Vlad:

    It seems I cant post a comment with the ul :( So just find that line and change ‘ for “

  3. kajyr:

    Thanks for the message, i’ll fix it now :-)
    Carlo.

Do you want to leave a comment?