Related Posts Widget 1.0

Related Posts Widget shows a list of posts with similar tags to the current post. The widget is only shown on single post pages. That is, it is only shown when is_single() returns true.

Features:

  • Support for displaying thumbnail images via WP 2.9′s new post thumbnail feature.
  • Set how many posts to show.
  • Option to show the post excerpt and how long the excerpt should be.
  • Option to show the post date.
  • Option to show the comment count.
  • Option to make the widget title link to the category page.
  • Multiple widgets.

You can download the plugin from the WordPress repository.

Category Posts Widget 3.0

This latest update introduces a few new features:

  • Support for WordPress 2.9′s post thumbnails.
  • Option to show the post date.
  • Option to show the comment count.
  • Option to set the word length of the excerpt.

Note that support for Simple Post Thumbnails has been removed in favor of the built in functionality.

You can download the plugin at the WordPress plugin repository: Download here.

Please donate if you find this plugin useful.

Update: Several people have been reporting an error “Warning: Invalid argument supplied for foreach()…” I just pushed out version 3.1 which should fix this. This bug could have been fixed if I had done some more rigorous testing. I’ll do better next time.

About thumbnails: Many people have been wondering why the thumbnail options don’t show up. This is because your theme does not support thumbnails! See Mark’s post to enable them.