DosCero.Menu

A plugin to create a custom menu bar. Once you create the content, you can associate it with the menu. It's simple and easy to change the styles!

Author:2cero.com (profile at wordpress.org)
WordPress version required:2.8.0
WordPress version tested:3.1.4
Plugin version:0.0
Added to WordPress repository:04-07-2011
Last updated:04-07-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, %:0
Rated by:0
Plugin URI:http://www.2cero.com/blog/wordpress/plugin-de...
Total downloads:1 226
plugin download
Click to start download

This plugin allows you to create and administrate menu bars in a website.

With it you will be able to create different menues and allow the content to be associated to fit your needs.

Basic configuration

Create site content: the posts, articles, categories, pages, etc. that will be later used to associate with this plugin

Create the menu: you can do this by using the 'ADD NEW' button, there you will be able to start to relate the content previously created

Insert the code: insert the following PHP code where you want to show the menu (probably replacing the call to 'wp_nav_menu' in header.php):

<?php DosCeroMenuPlugin::Render(ID); ?>;

Where it says 'Render(ID)' you must use the number that is displayed in the 'MENU ID' item in each created menu.

Another way to create a menu (using WIDGETS): if you use the widget provided by this plugin (2cero menu widget), it's not necessary to write any special code. The menubar will be shown where the widget was dropped.

Style & design: once you followed the previous steps you can give a different style to our menubar. To do that, you can go to the 'Styles' page and modify all the property that you need to make it look as you want. Each property is explained to make this easier.