Version 2.5 of my related posts plugin for WordPress comes with the following changes. — Read on
Related posts version 2.5 released
Related Posts version 2.4 released
I hope to have included another bunch of features users have been asking for.
You can now add drafts and planned posts as related posts, without them appearing on your site before they are properly published.
Added shortcode support – you can now place the
[ related-posts ]
shortcode within the content of your post to display the related posts anywhere you want.
(For advanced users) Added a parameter to the MRP_get_related_posts function to optionally get the related posts in an object, so you can easily use it in other plugins or your own custom way of displaying the list of related posts. For documentation on this, see the API section.
