|
Revision 21, 1.3 kB
(checked in by admin, 18 years ago)
|
|
|
| Line | |
|---|
| 1 | === Plugin Name === |
|---|
| 2 | Contributors: denishua |
|---|
| 3 | Tags: Related,Posts |
|---|
| 4 | Donate link: http://fairyfish.net/donate/ |
|---|
| 5 | Requires at least: 2.3 |
|---|
| 6 | Tested up to: 2.5 |
|---|
| 7 | Stable tag: 0.9 |
|---|
| 8 | |
|---|
| 9 | WordPress Related Posts Plugin will generate a related posts via WordPress tags, and add the related posts to feed. |
|---|
| 10 | |
|---|
| 11 | == Description == |
|---|
| 12 | |
|---|
| 13 | WordPress Related Posts Plugin will generate a related posts via WordPress tags, and add the related posts to feed. |
|---|
| 14 | |
|---|
| 15 | Please search and submit your transaltion here: <a href="http://fairyfish.net/2008/06/06/wordpress-related-posts-plugin-translation/">http://fairyfish.net/2008/06/06/wordpress-related-posts-plugin-translation/</a> |
|---|
| 16 | |
|---|
| 17 | == Installation == |
|---|
| 18 | |
|---|
| 19 | 1. Upload the folder WPRP to the `/wp-content/plugins/` directory |
|---|
| 20 | 1. Activate the plugin through the 'Plugins' menu in WordPress |
|---|
| 21 | 1. Place `<?php wp_related_posts(); ?>` in your templates |
|---|
| 22 | 1. Navigate to Manage > Option > WordPress Related Posts to configure plugin output. |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | == Upgrade == |
|---|
| 26 | |
|---|
| 27 | 1. Delete the old plugin folder `WP23RP`. |
|---|
| 28 | 1. Upload the folder WPRP to the `/wp-content/plugins/` directory |
|---|
| 29 | 1. Activate the plugin through the 'Plugins' menu in WordPress |
|---|
| 30 | 1. Place `<?php wp_related_posts(); ?>` in your templates |
|---|
| 31 | 1. Navigate to Manage > Option > WordPress Related Posts to configure plugin output. |
|---|