Skip to content

Instantly share code, notes, and snippets.

@sirchrispy
Last active March 21, 2016 19:15
Show Gist options
  • Save sirchrispy/06ad91c05bc4a4532508 to your computer and use it in GitHub Desktop.
Save sirchrispy/06ad91c05bc4a4532508 to your computer and use it in GitHub Desktop.
Boxes Shortcode Examples
[box]Your content here.[/box]
[box color="black"]Your content here.[/box]
[box color="blue"]Your content here.[/box]
[box color="brown"]Your content here.[/box]
[box color="gray"]Your content here.[/box]
[box color="green"]Your content here.[/box]
[box color="orange"]Your content here.[/box]
[box color="purple"]Your content here.[/box]
[box color="red"]Your content here.[/box]
[box color="yellow"]Your content here.[/box]
[box]Your content here.[/box]
[box type="alert"]Your content here.[/box]
[box type="announce"]Your content here.[/box]
[box type="asterisk"]Your content here.[/box]
[box type="bolt"]Your content here.[/box]
[box type="book"]Your content here.[/box]
[box type="bus"]Your content here.[/box]
[box type="calculator"]Your content here.[/box]
[box type="calendar"]Your content here.[/box]
[box type="car"]Your content here.[/box]
[box type="card"]Your content here.[/box]
[box type="check"]Your content here.[/box]
[box type="child"]Your content here.[/box]
[box type="clock"]Your content here.[/box]
[box type="comment"]Your content here.[/box]
[box type="cutlery"]Your content here.[/box]
[box type="download"]Your content here.[/box]
[box type="email"]Your content here.[/box]
[box type="error"]Your content here.[/box]
[box type="favorite"]Your content here.[/box]
[box type="female"]Your content here.[/box]
[box type="file"]Your content here.[/box]
[box type="flag"]Your content here.[/box]
[box type="graduate"]Your content here.[/box]
[box type="heart"]Your content here.[/box]
[box type="idea"]Your content here.[/box]
[box type="info"]Your content here.[/box]
[box type="laptop"]Your content here.[/box]
[box type="location"]Your content here.[/box]
[box type="magic"]Your content here.[/box]
[box type="male"]Your content here.[/box]
[box type="money"]Your content here.[/box]
[box type="music"]Your content here.[/box]
[box type="pencil"]Your content here.[/box]
[box type="phone"]Your content here.[/box]
[box type="plus"]Your content here.[/box]
[box type="question"]Your content here.[/box]
[box type="recycle"]Your content here.[/box]
[box type="reminder"]Your content here.[/box]
[box type="send"]Your content here.[/box]
[box type="settings"]Your content here.[/box]
[box type="smile"]Your content here.[/box]
[box type="soccer"]Your content here.[/box]
[box type="tack"]Your content here.[/box]
[box type="thumb"]Your content here.[/box]
[box type="umbrella"]Your content here.[/box]
[box type="user"]Your content here.[/box]
[box type="users"]Your content here.[/box]
[box type="wheelchair"]Your content here.[/box]
[box color="blue" type="child"]Your content here.[/box]
[box color="yellow" title="Title here"]Your content here.[/box]
[box color="green"]Your content here.[/box]
[box title="Title here" type="favorite"]Your content here.[/box]
[box type="child"]Your content here.[/box]
[box title="Title Here"]Your content here.[/box]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment