Skip to content

Instantly share code, notes, and snippets.

@davidmaneuver
Created December 4, 2014 13:44
Show Gist options
  • Save davidmaneuver/54fb62a55ba3270b93e1 to your computer and use it in GitHub Desktop.
Save davidmaneuver/54fb62a55ba3270b93e1 to your computer and use it in GitHub Desktop.
Beyond Shortcodes

Shortcodes

Title section

[title_section title="" icon=""]

Attributes:

  • Title: the title to show. Thanks Captain!
  • Icon: an id for which icon to show. (1, 2 or 3)

Image section

[image_section]

Image tag goes here...

[/image_section]

Ribbon section

[ribbon_section]

Text goes here...

[/ribbon_section]

Text section

[text_section title="" dropcap="true"]

Text goes here...

[/text_section]

Attributes:

  • Title: the title of this block of text.
  • Dropcap: add this to make the first letter of the paragraph a dropped capital.

Inline image section

[inlineimage_section]

Image tag goes here...

[inlineimage_caption]
Here comes the caption of the image.
[/inlineimage_caption]

[/inlineimage_section]

Quote section

[quote_section]

Quote goes here...

[/quote_section]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment