Improve your blog navigation using related post plugin

There is one usefull wordpress plugin for improving your blog navigation. Adding list of related post making easier for the user to navigate through your blog. Because user usually interest with same topic.

For wordpress blog we can use this nice plugin, related post plugin, you can download here. This plugin will generate related post via wordpress tag. We can also add related post to our feed. This plugin is nice with easy setting on administrator page.

The plugin installation is quit simple, here we are :

  1. Upload the folder WPRP to the `/wp-content/plugins/` directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place `<?php wp_related_posts(); ?>` in your templates. Normally we set it on index.php. If you want to only display for single post page, you can use this syntax <?php if(is_single()) wp_related_posts(); ?>
  4. Navigate to Manage > Option > WordPress Related Posts to configure plugin output.


Artikel terkait

Leave a Reply

By submitting a comment here you grant this site a perpetual license to reproduce your words and name/web site in attribution.