It creates pagebar on lists (for ex. on category or search results) and Next Post & Previous Post links on each post.
Zamango Page Navigation creates pagebar on lists (for ex. on category or search results) and Next Post & Previous Post links on each post.
Zamango Page Navigation plugin inserts customizable pagebars into your WordPress, allowing reader to reach page # X in one click. Also it features quick links on single post (to previous and next posts).
Main features of Zamango Page Navigation:
The main reason to develop the plugin was absence of any plugin of such functionality and stable on modern WordPress builds, so we was obliged to make it for storefronts build by Zamango Money Extractor plugin. But we hope that Zamango Page Navigation will be helpful to other WordPress users.
Classical WordPress theme contains quick links on a post page but due to creator’s joke or mistake quick links of all posts does not make a linear scheme. For example if you click on “next” link and then to “previous link” it’s highly possible that you will not return to original post. Such small thing can break internal website linking and pagerank allocation.
Installation procedure is the same as most other plugins have:
zamango-page-navigation.zip
to your hard drivezamango-page-navigation
folder into /wp-content/plugins/
directory of your websiteZamango Page Navigation
plugin on Plugins
page of your wordpress admin panelZamango Page Navigation uses few features which were implemented in WordPress v.2.8.0 so it will not work correctly on older versions.
Althought I use it myself on wordpress 2.7.4 with few limitaions.
Just uncheck both “before post” & “after post” checkboxes on a Quick links on single post
tab of plugin options page.
To make native theme navigation bar absolutely invisible just add following string into plugin’s CSS (without apostrophes):
.navigation {display:none;}
It must help in most themes. If not then it’s needed to edit your theme files (but do it on your own responsibility).