>
Download This Plugin | |
Download Elegant Themes | |
Name | Similarity |
Version | 3.0 |
Author | David Miller |
Rating | 0 |
Last updated | 2014-09-05 03:02:00 |
Downloads |
18176
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Similarity plugin added 1 bytes of resources to the Home page and 0 bytes of resources to the sample Post page.
Similarity plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Similarity plugin ads no tables to your Wordpress blog database.Similarity displays a list of posts similar to the current post with similarity being determined based on tags, categories, or both. The display of the list is fully customizable including the ability to display the strength of the similarity as a value, percentage, color, or custom text/code. Another option allows for a less related post to be randomly selected and appended to the list. The list can be limited by one or both of a numerical limit or (as of version 2.1) match strength.
This plugin is translation ready and comes with English (U.S.), French, Polish, German, italian, and Spanish translations. Thanks to Li-An (http://li-an.fr/blog/) for providing the French translation. Thanks to Krzysztof Kudlacik (http://born66.net/) for providing the Polish translation. Thanks to Bjoern Buerstinghaus (http://www.buerstinghaus.net/) for providing the German, Italian and Spanish translations.
Prior to Version 1.6 private posts would potentially show in the list of related posts. In 1.6 these were skipped. As of version 1.7 private posts will show for the post author or others with the ability to read private posts. It is strongly recommended that users who have private posts install version 1.6 or higher.
The plugin allows for three function calls anywhere in your page templates (all use the same options):
<?php sim_by_tag(); ?>
- determines similarity based on the tags applied to the posts<?php sim_by_cat(); ?>
- determines similarity based on the categories assigned to the posts<?php sim_by_mix(); ?>
- determines similarity based on the tags and categories assigned to the postsThere are also three function calls that are better suited for use in sidebars (specifically when the sidebar is used on the main page)
<?php sim_by_tag_multi(); ?>
- determines similarity based on the tags applied to the first post on milti-post pages<?php sim_by_cat_multi(); ?>
- determines similarity based on the categories assigned to the first post on milti-post pages<?php sim_by_mix(_multi); ?>
- determines similarity based on the categories and tags assigned to the first post on milti-post pages weighting each according to the ratio you assign[SIM-BY-TAG]
[SIM-BY-CAT]
[SIM-BY-MIX]
for single post pages only or for all pages use [SIM-BY-TAG-MULTI]
[SIM-BY-CAT-MULTI]
or [SIM-BY-MIX-MULTI]