
While searching for a related entries plugin, I found out a page, by Wasabi, it is just a nice plugin, where I can easily customize how the title and excerpt will show up. You can easily tell how much related posts will be listed, and whether to show the excerpt and how many words for excerpt.
The installation step was quite smooth, download the plugin here, http://wasabi.pbwiki.com/f/related-posts-2.04.zip, upload related-post.php file to your wp-content/plugins folder, activate the plugin in Dashboard. You also need to run a few lines of SQL syntax, normally using PHPMyAdmin, provided by your hosting provider.
ALTER TABLE `wp_posts` ADD FULLTEXT `post_related` (
`post_name` , `post_content`)
You can customize the plugin appearance in “Related Post Options”, under “Plugins” menu. You also need to add a php code inside your theme. Go to your theme editor, and look for file single.php, you look for single-post file. Placed the code below, anywhere you feel necessary.
related_posts();
Please bare in mind that the above code is a php code. So, you have to place it between
Page – http://wasabi.pbwiki.com/Related%20Entries
Download – http://wasabi.pbwiki.com/f/related-posts-2.04.zip
No related posts.




0 Responses to “Wasabi WP-Plugins – Related Entries”
Please Wait
Leave a Reply