1. Create site content: the posts, articles, categories, pages, etc. that will be later used to associate with this plugin", DosCeroMenuPlugin::DOMAIN) ?>

  2. 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", DosCeroMenuPlugin::DOMAIN) ?>

  3. 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):", DosCeroMenuPlugin::DOMAIN) ?>

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

    'Render(ID)' you must use the number that is displayed in the 'MENU ID' item in each created menu.", DosCeroMenuPlugin::DOMAIN) ?>

    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.", DosCeroMenuPlugin::DOMAIN) ?>

  4. 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.", DosCeroMenuPlugin::DOMAIN) ?>

Render(); //} ?>