[badges parameters]]
Parameters
Parameter | Description | Required | Values | Default |
---|---|---|---|---|
orientation | Set the orientation of the badges | no | vertical, horizontal | vertical |
icon_color | Color of icon | no | any Hex or RGB color | |
text_color | Color of text | no | any Hex or RGB color |
[[badge parameters]]
Parameters
Parameter | Description | Required | Values | Default |
---|---|---|---|---|
title | Label of badge | yes | Anything | |
href | URL to link badge | no | Anything | |
target | Target of link | no | _blank | |
icon | Icon to be used, i.e. ‘fa fa-star’ | no | ||
icon_color | Color of icon | no | any Hex or RGB color |
Examples
Simple list of badges:
[badges]
Horizontal badges:
[badges orientation='horizontal']
Manually defined badges:
[badges] [badge title='My Badge Title' href='http://www.google.com' icon='fa fa-star' ] [badge title='My Badge Title' href='http://www.google.com' icon='fa fa-facebook' ] [/badges]