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 :
- Upload the folder WPRP to the `/wp-content/plugins/` directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- 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(); ?>
- Navigate to Manage > Option > WordPress Related Posts to configure plugin output.
Artikel terkait
- Add contact form into wordpress blog
Sometimes we need to add ability for our wordpress to be able receiving a contact... - Add Reply to this comment function to your wordpress blog
Have you ever seen a blog that on each comment we can reply to a... - WP SEO Master - Sebuah Plugin SEO Lengkap
Selain plugin all-in-one-seo yang sudah terkenal di kalangan blogger yang berbasis wordpress, ada sebuah plugin... - Upload posting lama selesai
Akhirnya tugas memposting ulang artikel lama saya selesai juga dalam 2 jam. Fiuh! Capek juga...
