Copy the folder yet-another-related-posts-plugin into the directory wp-content plugins and activate the plugin. copy the template files inside the folder into your active theme..
If you do not want to show Related Posts display in its default position, first go to YARPP options and turn off the automatically display options in the website section.
If you would like to add Related Posts display elsewhere, edit your theme file and add the PHP code related posts within The Loop where you want to display the related posts or you may end up with duplicates in your related posts section )..
YARPP works fine with full-width characters, assuming your WordPress database is set up with Unicode support 99% of the time, if you're able to write blog posts with full-width characters and they're displayed, YARPP will work on your blog..
Additionally, if you are using the template rather than specifying template file template, the following arguments can be used to override the various parts of the template before title, after title, before post, after post, before related, after related, no results, excerpt length..
If you need to use related entries programmatically or to know whether they exist, you can use the functions yarpp get related and yarpp related exist yarpp get related returns array of post objects, just like WordPress get posts yarpp related exist returns boolean for whether any such related entries exist.
If you would like to choose custom taxonomies to choose in the YARPP settings UI, either to exclude certain terms or to consider them in the formula via UI, the taxonomy must have either the show ui or yarpp support attribute set to true and must apply to either the post types post or page or both...
If you are using YARPP programmatically and using the thumbnails view and having troubles with YARPP's thumbnail size being registered, manual control to force image size registration has been added to YARPP Experiments plugin...
Available fields are YARPP Template, Description, Author, Author URI, in the same format as plugin and theme file headers.
Localizations added Bulgarian by Flash Gallery added Farsi Persian by Moshen Derakhshan added Bahasa Indonesia by Hendry Lee of Kelayang added Norwegian by Tom Arne Sundtjønn added Portuguese by Stefan Mueller. updated Lithuanian by Mantas Malcius...
Read more