Introduction

Show special content for your guests in WordPress. The guests shortcode content will only be shown to non-registered users. This is useful for special call-to-actions or messages you only want to show to guest users.

Example

The content below will only show for guests to your WordPress site. Add any type of content, including shortcodes within the guests shortcode. This example has an alert within the guests shortcode. If logged in, nothing will be shown below.

This is for guests only. Logged in users will not see this alert.

Explore More Shortcodes

[intense_content_section]
<h2>Introduction</h2>

Show special content for your guests in WordPress. The guests shortcode content will only be shown to non-registered users. This is useful for special call-to-actions or messages you only want to show to guest users.
[/intense_content_section]
[intense_content_section background_type="color" background_color="#f9f9f9" border_top="1px solid #ededed" border_bottom="1px solid #ededed"]
<h2>Example</h2>
The content below will only show for guests to your WordPress site. Add any type of content, including shortcodes within the guests shortcode. This example has an alert within the guests shortcode. If logged in, nothing will be shown below.
[intense_guests]
[intense_alert]
This is for guests only. Logged in users will not see this alert.
[/intense_alert]
[/intense_guests]
[/intense_content_section]

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