Better Related Posts

Do you use custom post types and taxonomies? Do you want to list any related content, not just posts?

Author:Nicolas Kuttler (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.5.1
Plugin version:0.4.3.4
Added to WordPress repository:01-11-2010
Last updated:13-12-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:76
Rated by:10
Plugin URI:http://www.nkuttler.de/wordpress-plugin/bette...
Total downloads:59 137
Active installs:800+
plugin download
Click to start download

Custom post types are one the best features in WordPress. Since WordPress 3.0 they are much easier to use. Almost every theme I build for a client features at least one custom post type and usually a custom taxonomy as well.

But there is a problem. There is no plugin that lists related posts that are from a custom post type. After looking through the sourcecode of a few plugins I decided to implement my own related content plugin.

Plugin Features

  • Depends on PHP5 and MySQL5
  • Option to add related posts to the RSS feed
  • Use fulltext indexes for good performance
  • Does caching through post meta or transients
  • Incremental scoring for sites with many posts
  • Find related posts, pages and custom post types
  • Score relationships by various MySQL relevance scores or term relationships
  • Use tags, categories or custom taxonomies
  • Internationalized, OO, hopefully well documented and readable

Other plugins I wrote