Description
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:
- Pagebar of quick links on a lists (like index, category, tag or archive and etc.)
- Pagebar of links to next and previous posts
- Independently show/hide pagebar in the beginning and end of page
- Highly customizable appearance (style and content) by using of simple HTML and CSS
- Independent amount of links in left, central and right parts of pagebar
- Other options which make plugin’s behaviour very customizable for any website needs
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.
Screenshots
Installation
Installation procedure is the same as most other plugins have:
- Extract the
zamango-page-navigation.zip
to your hard drive - Upload
zamango-page-navigation
folder into/wp-content/plugins/
directory of your website - Activate
Zamango Page Navigation
plugin onPlugins
page of your wordpress admin panel
FAQ
- Is it obligatory to use v.2.8+ of WordPress? Will pluging work on older wordpress builds?
-
Zamango 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. - What if I don’t want to use quick links on post page?
-
Just uncheck both “before post” & “after post” checkboxes on a
Quick links on single post
tab of plugin options page. - I’m using WordPress theme already had quick links and they confuse visitors
-
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).
Contributors & Developers
“Zamango Page Navigation” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Zamango Page Navigation” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.3
- Bugfix: fix multiple pager rendering in case of many loops per page
1.2
- Bugfix: fixed rss feed
1.1
- Bugfix: fix wrong function pointer definition
1.0
- Changes: code rewritten from scratch and optimized, reduced CSS and JS files includes, activation and deactivation hooks are binded only to /wp-admin/plugins.php (increases WP performance), human readable plugin URL in admin page, new admin UI (suitable for WP themes).
- Bugfix: fix all warnings
0.2.1
- Changes: improved look & feel.
0.2
- Changes: improved look & feel.
0.1
- First public build.