=== Super Simple Related Posts === Contributors: McGuive7, MIGHTYminnow Donate link: http://mightyminnow.com Tags: related, posts, content, category, tag, taxonomy, widget Requires at least: 3.0 Tested up to: 3.6.1 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A super simple widget to output related posts based on categories, tags, or custom taxonomies. == Description == Super Simple Related Posts outputs a list of posts related to the current post. You get to decide how the posts are related (categories, tags, custom taxonomies), what to show (posts, pages, custom post types), and a whole lot more. A [**MIGHTYminnow**](http://mightyminnow.com) plugin. = Features = There are tons of related posts plugins out there - here's why Super Simple Related Posts is special: * **Speed** Unlike other related posts plugins, Super Simple Related Posts is super fast. It doesn't run resource-intensive algorithms on your database and it doesn't bog down your server. If you're looking for a plugin that'll run through all your content and match related posts word-for-word, there are plenty of good ones out there. If you're looking for a simple, lightning-fast related posts plugin, you're in the right place. * **Simplicity** As it's name implies, Super Simple Related Posts keeps things as straightforward as possible. This means that you get a simple widget with easily configurable settings to let you do what you gotta' do. = Settings = You can easily configure Super Simple Related Posts with the following settings, which can be found in each SSRP widget. * **Post Types** The post types you would like to output, and the order in which you want to display them. This works great with all custom post types. * **Show Posts Related By** Choose the method by which you want to show related posts. You can choose categories, tags, or any custom taxonomy. This field automatically populates with all available possibilities. * **Order By** The criteria by which to order the related posts (e.g., title, date created, author, date modified, etc). * **Order** Ascending or descending - take your pick. * **Number of Posts** The total number of posts you would like to show in each section. * **What to do if there are no related posts** Choose how you would like to handle the situations in which no posts are found. Either hide the contents or display a custom message. * **Headings** Options to link and/or hide post type and category/tag/taxonomy headings. * **Before/After HTML** A handy feature to let you add custom HTML before and after the widget, in case you want any intro or concluding text. = Filters = Super Simple Related Posts also provides you with a handy set of filters you can use for your own development and customization: * **`ssrp_post_title( $post_title, $post_id )`** Applied to the title of each related post, within the surrounding `` tags. * **`ssrp_post_link( $post_link, $post_id )`** Applied to the linked title of each related post, outside the surrounding `` tags. This is useful for adding a prefix/font-icon before the linked title. * **`ssrp_posts_list( $post_ul, $post_type_object, $taxonomy_term_object )`** Applied to the `