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.

OptionDefaultExampleDescription
stylebulletstyle="tick"The type of box will determine how it looks

  • (empty) – no style
  • bullet
  • tick
  • arrow
  • plus
layoutstackedlayout="inline"The layout determines the layout of the list items

  • stacked – one item on each line
  • inline – items are side by side

Example

[list style="tick" layout="inline"]
<ul>
    <li>Example>/li>
    <li>Example>/li>
</ul>
[/list]
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy