A widget that simply gives you related posts by taxonomy. Four settings to customize the widget: title, taxonomy, related posts count, excludet terms
A widget that simply gives you related posts by taxonomy. It provides four
settings to customize every widget and there are no global settings to worry
about.
Widget settings
The widget is visible only when is_single()
is true, it doesn’t shows up on
archives, search templates etc.
Translation credits
Thanks to Borisa Djuraskovic from http://www.webhostinghub.com for the Serbian translation!
simply-related-posts
folder to the /wp-content/plugins/
directoryYou are wellcome to ask questions directly to me in the Simply-Related-Posts-section
on my blog http://www.danielauener.com/simply-related-posts/
There is even a github-repository on: http://github.com/danielauener/wp-simply-related-posts
Q. How to add thumbnail images to the related posts list
A. You can add the ‘simply_related_posts_title’ filter, like
add_filter( ‘simply_related_posts_title’, ‘my_related_posts’, 10, 2);
The first argument is a post-object for the related post, the second argument
is the widget instance.