Custom Page Menus

Custom Page Menus plugin allows custom menus to be defined on a per-page basis.

Author:Ray Viljoen (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.0.5
Plugin version:1.0
Added to WordPress repository:27-04-2011
Last updated:27-04-2011
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, %:60
Rated by:2
Plugin URI:http://catn.com/community/plugins/
Total downloads:13 146
Active installs:100+
plugin download
Click to start download

The included pages can be defined using the 'Custom Page Menus' admin panel on the page-edit screen ( see screenshots ).

The widget allows you to select whether to display the page's featured image next to the link. (I would recommend using icon sized images for this feature)

On the page-edit screen a custom title for that specific page can also be defined. This title will be used should that page appear anywhere on one of the menus created with the plugin.

The menu can be added to any dynamic sidebar using the Custom Page Menus widget or alternatively coded into themes using the custom template tag:

cpMenu()

$args = array(
'show_date' => ,
'date_format' => get_option('date_format'),
'child_of' => 0,
'exclude' => ,
'title_li' => __('Pages'),
'echo' => 1,
'authors' => ,
'sort_column' => 'menu_order, post_title',
'link_before' => ,
'link_after' => ,
'walker' => );

Example Usage: http://catn.com/tech/data-centre/


Screenshots
FAQ