Shortcodes
Titles
[heading size="5" style="underline"] Heading h5 underlined [/heading]
[heading size="2"] Heading h2 [/heading]
Size is the Hx you need … 1 for h1, 2 for h2, 3 for h3 … Underline or no style.
List types
[list type=""] <li>List element</li> [/list]
[list type="arrow"] <li>List element</li> <li>List element</li> [/list]
[list type="square"] <li>List element</li <li>List element</li>> [/list]
[list type="type1"] <li>List element</li> <li>List element</li> [/list]
[list type="type2"] <li>List element</li> <li>List element</li> [/list]
[list type="type3"] <li>List element</li> <li>List element</li> [/list]
[list type="type4"] <li>List element</li> <li>List element</li> [/list]
[list type="type5"] <li>List element</li> <li>List element</li> [/list]
[list type="type6"] <li>List element</li> <li>List element</li> [/list]
[list type="type7"] <li>List element</li> <li>List element</li> [/list]
[list type="type8"] <li>List element</li> <li>List element</li> [/list]
[list type="type9"] <li>List element</li> <li>List element</li> [/list]
[list type="type10"] <li>List element</li> <li>List element</li> [/list]
[list type="type11"] <li>List element</li> <li>List element</li> [/list]
[list type="type12"] <li>List element</li> <li>List element</li> [/list]
Buttons
[button url="http://www.xxx.com" color="red"] Button text [/button]
[button url="#" color="blue"] Button text [/button]
[button url="#" color="blue2"] Button text [/button]
[button url="#" color="yellow"] Button text [/button]
[button url="#" color="orange"] Button text [/button]
[button url="#" color="orange2"] Button text [/button]
[button url="#" color="green"] Button text [/button]
[button url="#" color="pink"] Button text [/button]
[button url="#" color="grey"] Button text [/button]
[button url="#" color="black"] Button text [/button]
Lightbox
[lightbox group="album" title="Title link" link="url_here"]Text or image[/lightbox]
Vimeo
[vimeo width="600" height="350"]9756003[/vimeo]
Youtube
[youtube width="600" height="350"]KHPZAIH4y8g[/youtube]
Break line and separators
[break]
[separator]
[separator2]
Flickr Stream
[flickr count="6"]38604654[/flickr]
Blockquote
[blockquote cite="Author"] "IContent" [/blockquote]
Center
[center] center element [/center] [left] left element [/left] [right] right element [/right]
Biglines
[biglines] I wish there was an annual option[/biglines]
Columns
[one_on_one] content [ /one_on_one]
[two_on_two] content [/two_on_two]
[one_on_three] content [/one_on_three]
[one_on_four] content [/one_on_four]
[three_on_four] content [/three_on_four]
[one_on_five] content [/one_on_five]
[two_on_five][ content /two_on_five]
[three_on_five] content [/three_on_five]
Toggler
[toggler title="Click to open"] content hidden [/toggler]
Tabs
[tabgroup]
[tab title="Tab title"]Tab 1 content goes here. [/tab]
[tab title="The second"]Tab 2 content goes here. [/tab]
[tab title="3rd Tab"]Tab 3 content goes here. [/tab]
[/tabgroup]
Slider
[slider width="680" height="250"]
[slider_image img="http://url to your image.jpg"] Title image [/slider_image]
[slider_image img="http://url to your image.jpg"] second image [/slider_image]
[/slider]
Accordion
[the_accordion]
[accordion title="Accordion One"] Content of the accordion [/accordion]
[accordion title="Accordion Three"] Content of the accordion [/accordion]
[accordion title="Another one"] Content [/accordion]
[/the_accordion]
About the author
You have to fille your author infos in wordpress : Dashboard > Author & Users
This shortcode is to put at the end of the post in blog.
[author_infos]
Images framed
[framed img="url_image"] title [/framed]
[framed_right img="url_image"] title [/framed]
[framed_left img="url_image"] title [/framed]
Notifications blocks
[error title="Error block"]Text [/error]
[warning title="Warning block"]Text[/warning]
[success title="Success block"]Text[/success]
[email title="Email block"]Text[/email]
[infos title="Infos block"]Text[/infos]
[help title="Help block"]Text[/help]
Code block
[code type="type"] HTML CODE HERE [ /code] 
