 
# Sailen Short Menu  #
**Author link:** https://www.shivaacharjee.com

**Version** 1.0

**License:** MIT  


WordPress Plugin:  <strong>Sailen Short Menu</strong> is a simple plugin which allow users to display nav-menus within post/pages and Sidebars using Shortcodes
<a target='_blank' href='https://wordpress.org/plugins/sailen-short-menu/' target='_blank'>Click here to view this plugin on WordPress.org</a>

**Using Shortcode**

<i>[ssm-menu name="YOUR_MENU_NAME" class="CLASS_FOR_UL_TAG" con="CLASS_FOR_THE_CONTAINER" depth="LEVEL" ]</i>

<ol>
 <li>YOUR_MENU_NAME</> [Name of the Menu created by you][Required]</li>

 <li>CLASS_FOR_UL_TAG [If yu want to provide a different class for the Ul tag. Default is assigned] [Optional]</li>

 <li>CLASS_FOR_THE_CONTAINER [If yu want to provide a different class for the container for Ul tag. Default is assigned] [Optional]</li>

 <li>LEVEL [Numeric value to define the level of hierarchy of the MenuItems. Default is 0] [Optional]</li>
</ol>

<i>The Shortcode can also be included within the widget_text</i>

<img src='images/screenshot-2.jpg' traget='_blank'/>



### Display ###
<i>At post/pages</i>

<img src="images/screenshot-1.jpg" traget='_blank'/>


<img src="images/screenshot-3.jpg" traget='_blank'/>

<i>At sidebar</i>

### Installation ###
1. Extract the downloaded file. 
1. Upload into `wp-content/plugins` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

  
 
=======
 

