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.

OptionDefaultExampleDescription
stylebulletstyle="tick"This will show an icon (bullet type) next to each list item:

  • (empty) = None
  • bullet = Bullet
  • tick = Tick
  • tick-plain = Plain tick
  • arrow = Arrow
  • arrow-drawn = Hand written arrow
  • question = Question
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"]
    [li]Example[/li]
    [li]Example[/li]
[/list]
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy