
The Show Post shortcode lets you create and design dynamic content using your preferred page builder, then load that content directly inside an If-So trigger.
This method gives you full creative control over the layout – Elementor, Gutenberg, Divi, or any other builder – while still benefiting from If-So’s conditional logic.
Simply design the content on a dedicated page, insert the shortcode into the trigger, and If-So will display the correct version to each visitor based on your conditions.
The Show Post shortcode provides a simple way to pull content or titles from any post or page and display them wherever you need. Its default behavior is to output the post’s content, and with a single parameter, you can switch it to display the post’s title instead.
Display the post content:
[ifso-show-post id="123"]
Display the post title:
[ifso-show-post id="123" show="title"]
[ifso-show-post id="123"]
The post ID is placed between “post =” and “&”.


Add the parameter type=”elementor” to ensure adequate loading of all elements. For example:
[ifso-show-post id="123" type="elementor"]

Add the parameter type=”divi“ to ensure adequate loading of all modules. For example:
[ifso-show-post id="123" type="divi"]

Add the parameter type=”WPB” to ensure adequate loading of all elements. For example:
[ifso-show-post id="123" type="WPB"]