Introduction

The label shortcode can be used for any small piece of text that you want to highlight. Generally it is used like a tag. The label shortcode is also good to highlight new or unread items, categories, an item count, etc.

Basic Example

Comments

Colors and Border Radius (rounded corners)

Pick any color you want to make the label fit into your theme design. When setting the border radius, use the standard CSS style settings.

Posts
Pages
Comments

Multiple Together

Bicycles
Bouncy Balls
Toy Trains

Explore More Shortcodes

[intense_content_section]
<h2>Introduction</h2>
The label shortcode can be used for any small piece of text that you want to highlight. Generally it is used like a tag. The label shortcode is also good to highlight new or unread items, categories, an item count, etc.
[/intense_content_section]
[intense_content_section background_type="color" background_color="#f9f9f9" border_top="1px solid #ededed" border_bottom="1px solid #ededed"]
<h2>Basic Example</h2>

[intense_label]
Comments
[/intense_label]
[/intense_content_section]
[intense_content_section]
<h2>Colors and Border Radius <small>(rounded corners)</small></h2>
Pick any color you want to make the label fit into your theme design. When setting the border radius, use the standard CSS style settings.<br />

[intense_label color="warning" border_radius="5px"]
Posts
[/intense_label]

[intense_label color="inverse" border_radius="5px"]
Pages
[/intense_label]

[intense_label color="error" border_radius="5px"]
Comments
[/intense_label]
[/intense_content_section]
[intense_content_section background_type="color" background_color="#f9f9f9" border_top="1px solid #ededed" border_bottom="1px solid #ededed"]
<h2>Multiple Together</h2>

[intense_label color="success"]
Bicycles
[/intense_label]
[intense_label color="success"]
Bouncy Balls
[/intense_label]
[intense_label color="success"]
Toy Trains
[/intense_label]
[/intense_content_section]

[intense_snippet snippet_id="Child Theme | Shortcodes/footer" snippet_title="Shortcode Page Footer"]