Buttons & Lists

Shortcodes is a WordPress-specific code that lets you do nifty things with very little effort. Shortcodes can embed files or create objects that would normally require lots of complicated, ugly code in just one line. Shortcode = shortcut.

Predefined Buttons

Default   Blue   Turquoise   Green   Yellow   Red   Pink   Purple   Gray   Violet   Orange  

[button target="_self" style="" class="" link="#"]Default[/button]
[button target="_self" style="" class="btn_blue" link="#"]Blue[/button] 
[button target="_self" style="" class="btn_turquoise" link="#"]Turquoise[/button]
[button target="_self" style="" class="btn_green" link="#"]Green[/button]
[button target="_self" style="" class="btn_yellow" link="#"]Yellow[/button]
[button target="_self" style="" class="btn_red" link="#"]Red[/button]
[button target="_self" style="" class="btn_pink" link="#"]Pink[/button]
[button target="_self" style="" class="btn_purple" link="#"]Purple[/button]
[button target="_self" style="" class="btn_gray" link="#"]Gray[/button]
[button target="_self" style="" class="btn_violet" link="#"]Violet[/button]
[button target="_self" style="" class="btn_orange" link="#"]Orange[/button]

Custom Colored Buttons

#739620   #a54719   #5ca794  

[button link="#" bgcolor="#739620" textcolor="#ffffff" bordercolor="#4f6a10"]#739620[/button]
[button link="#" bgcolor="#a54719" textcolor="#ffffff" bordercolor="#884e31"]#a54719[/button]
[button link="#" bgcolor="#5ca794" textcolor="#ffffff" bordercolor="#64817a"]#5ca794[/button]

Circles List

  • Arrows list item 1
  • Arrows list item 2
  • Arrows list item 3

Checklist

  • Checklist item 1
  • Checklist item 2
  • Checklist item 3

Delete List

  • Delete List item 1
  • Delete List item 2
  • Delete List item 3

No comments yet.

Leave a Reply