The menu shortcode allows you to display a list of navigation links. The menu HTML should be between the opening and closing shortcodes. The options for this shortcode are shown below.
| Option | Default | Example | Description |
|---|---|---|---|
| style | bullet | style="tick" | The type of box will determine how it looks
|
| layout | stacked | layout="inline" | The layout determines the layout of the list items
|
Example
[menu style="tick" layout="inline"]
<ul>
<li><a href="http://www.example.com">Example</a>>/li>
<li><a href="http://www.example.com">Example</a>>/li>
</ul>
[/menu]