Unordered Icon Lists

With Icon List shortcode from our Templatic Shortcodes plugin now you can easily display an unordered list with different icons in your content. You don’t even need to enter the code for shortcodes. Our plugin options in the wordpress visual editor will do it for you.

To insert an Icon list go to your visual editor on edit page/post and under shortcodes option select Icons , mention your list type, list label and then click on Add Shortcode button. and your icon list is ready!

Custom Icon Lists

  • list item 1
  • list item 2

    • list item 1
    • list item 2

  • list item 3
  • list item 4
  • list item 1
  • list item 2

    • list item 1
    • list item 2

  • list item 3
  • list item 4
  • list item 1
  • list item 2

    • list item 1
    • list item 2

  • list item 3
  • list item 4

Unordered Lists can be used in content of any page to list out some specific points.

  • The parser supports xhtml-style closing shortcodes like “[myshortcode /]”, but this is optional.
  • Shortcode macros may use single or double quotes for attribute values, or omit them entirely if the attribute value does not contain spaces. [myshortcode foo=’123′ bar=456] is equivalent to [myshortcode foo=”123″ bar=”456″].
  • For backwards compatibility with older ad-hoc shortcodes, attribute names may be omitted. If an attribute has no name it will be given a positional numeric key in the $atts array. For example, [myshortcode 123] will produce $atts = array( 0 => 123 ). Positional attributes may be mixed with named ones, and quotes may be used if the values contain spaces or other significant characters.
  • The shortcode API has test cases. The tests — which contain a number of examples of error cases and unusual syntax — can be found at http://svn.automattic.com/wordpress-tests/trunk/tests/shortcode.php