Plugin info

Total downloads: 26,965
Active installs: 20
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/3/2011 (5141 days ago)
Added to WordPress: 11/21/2008 (17 years old)
Minimum WordPress version: 2.3
Tested up to WordPress version: 2.7
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5141 days ago

20/100

Is CMS Navigation abandoned?

Possibly abandoned (last update 5141 days ago).

Compatibility

Requires WordPress: 2.3
Tested up to: 2.7
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Sinking Dropdowns WordPress
Rating 5.0/5 (2 reviews)Active installs 20
Twenty Ten IE6 Menus
Rating 5.0/5 (1 reviews)Active installs 20
Hide Option for Ozh's Admin Drop Down Menu
Rating 0.0/5 (0 reviews)Active installs 10
pagemenu
Rating 0.0/5 (0 reviews)Active installs 10
Min Max Step Quantity Limits Manager for WooCommerce
Rating 4.9/5 (51 reviews)Active installs 4,000
Cities Shipping Zones for WooCommerce
Rating 4.9/5 (18 reviews)Active installs 4,000

Description

Update

Our new plugin, WPML, includes the functionality of CMS Navigation and is recommended for new designs.

It features much cleaner and simpler HTML and customization via the admin screen.

Additionally, we recommend you checkout our new CMS enabling plugins Types and Views.

With Types and Fields, you can achieve the functionality of this plugin yourself and customize it in whatever way you like.

Legacy Stuff

Do you want to use WordPress to create a full website, with easy navigation and menus?
This plugin will let you add essential navigation functions to your template, including:

  • Top navigation bar, listing the top-level pages and their children (as drop-down items).
  • Breadcrumbs trail navigation that shows the path to the current page all the way from the home page.
  • Left navigation that shows where the visitor is next to the page’s parent and nearby pages.

No configuration is required. To use, add the calls that create each navigation element to your template.
These calls can be added to any WP template

There are three template functions that can be used for displaying the navigation sections

Drop down top menu

Function:
cms_navigation_menu_nav($order=’menu_order’, $show_cat_menu=false, $catmenu_title=’News’)

This will display the top navigation – the top level pages with their sub pages as drop down elements.
Additionally – if specified – the menu will include the top level post categories at the end.

Normally, this function is added to your header.php file, so that it applies to the entire website.

Examples:

  • – include without the categories menu.
  • – sort items by title.
  • – sort items according to the ‘order’ field.

Breadcrumbs trail navigation

Function:
cms_navigation_breadcrumb()

This will display a path from the current page all the way to the home page.
It’s useful for visitors who land in your website to know where they are and be able to navigate to relevant pages.

For posts

Home >> CATEGORY-NAME >> Post title

For pages

Home >> Parent pages... >> Page title

All the items back to the home page will be clickable.

You can add this function to single.php and page.php so that it will produce trail navigation for every page or post.

Sidebar navigation

Function:
cms_navigation_page_navigation($order=’menu_order’)

This will display the sidebar navigation for pages.
It will show a tree created the page parents and it’s ‘brother’ pages (other children to the same parent).

This function should be added to page.php, as it provides local navigation between pages.

Live example using this plugin

Baripedia is using this plugin (and other CMS related plugins we’ve written).

Version History

  • Version 0.1
    • First public release.
  • Version 0.2
    • Removed some of unneeded formatting.
    • Added option to set the tag around sidebar navigation heading.
  • Version 1.2
    • Handles setting static pages for homepage and blog page.
  • Version 1.2.1
    • Added static home page to top navigation
  • Version 1.3
    • Works with IE6 as well as other browsers (didn’t support IE6 before)
    • Removed the gradient and simplified the CSS for customizing the menus
    • The top menu HTML has changed. If the encapsulating DIV has a background, you may need to change or remove it.
  • Version 1.4
    • Added feature to exclude pages from the top navigation.
    • Added GUI for controlling page settings (instead of editing custom fields).
  • Version 1.4.2
    • Added migration instruction to WPML

Installation

  1. Place the folder containing this file into the plugins folder
  2. Activate the plugin from the admin interface

Frequently Asked Questions

Does the plugin work with any theme?

You can add the navigation functions that the plugin creates to any theme. As a demo, we’ve added it to the WordPress Default theme.

Where can I find detailed instructions

Click on the plugin page. It shows detailed instructions of what PHP code needs to be added and where.

How do I customize the drop down menus and other stuff?

There are a css and img folders in the plugin install folder. Don’t edit them.
Instead, you can provide your own CSS in your theme which will override these defaults. If you edit the plugin files, your edits will be lost when you upgrade the plugin.

Review feed

No reviews available

Screenshots

  1. All three navigation functions enabled (highlighted in red).

    All three navigation functions enabled (highlighted in red).

  2. An open drop-down menu.

    An open drop-down menu.

Changelog

No changelog available