The list shortcode allows you to display a list of items. The list HTML should be between the opening and closing shortcodes. The options for this shortcode are shown below. See examples here.
Option | Default | Example | Description |
---|---|---|---|
style | bullet | style="tick" | This will show an icon (bullet type) next to each list item:
|
layout | stacked | layout="inline" | The layout determines the layout of the list items:
|
Example
[list style="tick" layout="inline"] [li]Example[/li] [li]Example[/li] [/list]