WP-PagesNav is a plugin which can be used to display a navigation bar using the
static pages in your blog. When the plugin is activated, the function
Author: | Adi Sieker (profile at wordpress.org) |
WordPress version required: | |
WordPress version tested: | |
Plugin version: | 0.0.1 |
Added to WordPress repository: | 14-03-2005 |
Last updated: | 04-01-2007
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
Rating, %: | 0 |
Rated by: | 0 |
Plugin URI: | http://wp.sieker.info/projects/wp-pagesnav |
Total downloads: | 5 277 |
Active installs: | 200+ |
![]() Click to start download |
WP-PagesNav is a plugin which can be used to display a navigation bar using the static pages in your blog. When the plugin is activated, the function wp_pages_nav() is available in the Themes. To change the behaviour of the plugin you can pass the function a query string. The following parameters are recognized: - show_all_parents If show_all_parents is set then the navigation will get larger and larger the further down the page hierarchy you navigate. - show_root If show_root is set then also the top most pages are displayed. - current If current is set then wp_pages_nav doesn't choose the currently viewwed page. It uses what is passed in current as the currently viewed page ID.
Also all of the parameters of the get_pages function are supported. Which are: - child_of Only select pages which are a child of child_of. Default: 0 - sort_column Database column by which to sort the pages. Default: post_title - sort_order Wether to sort ascending or descending. Default: ASC - exclude Pages to exclude Default: none