WordPress Plugin: Post-BOX
Post-BOX is a WordPress Plugin that allows your readers to easily navigate through your blog. After installing the plugin you will find all the posts on your homepage listed and each of it can be accessed with a simple click of your mouse or with acceskey code (Alt + number). If you want to navigate without Post-BOX you can simply hide it.

Note: this Plugin won’t work in browsers that don’t support fixed value in position CSS property, basically IE5 and IE6.
Installation
- Download Post-BOX Plugin
- Unzip and put Post-BOX folder within your wp-content/plugin folder
- Edit header.php document of the theme you want and add the following line below <body> tag:
<?php if( function_exists(‘postbox’) && is_home() ) postbox(); ?>
- Enter your Admin Panel and activate Post-BOX WordPress Plugin
Important
For proper working of the Plugin, make sure:
- header.php has the following tag: <div id=”header”>
- index.php has the following code inside the posts loop: id=”post-<?php the_ID(); ?>”
- footer.php has the <div id=”footer”> tag
Read posts on your favorite topic
Blogging | Make Money Online | WordPress | SEO | Internet
Software | Google | Tutorials | Tweaks | Others
Get tips on Blogging and Making Money Online via Email for FREE
Must be valid. No spam from me, promise. Or read via RSS.
Must be valid. No spam from me, promise. Or read via RSS.

