Conditional Shortcodes

Conditional shortcodes perform a test and then display (or don’t display) the content within the shortcode depending on the result of the test. Conditional shortcodes are often nestable so that you can perform multiple tests. All tests are binary meaning they resolve to a simple true-false / sucess-fail / yes-no condition.

Conditional shortcodes usually start with a word like is or has, asserting a condition.

Conditional shortcodes can be used three different ways:

Single shortcode – displays “Yes” if the shortcode test passes, displays “No” on test failure.

As of Version 2.43, you can use [else_memb_shortcodename] or [else_shortcodename] interchangeably.

Example:

[memb_is_logged_in]

Shortcode with content – wraps a single block of content in the conditional tag. The content in the shortcode is displayed if the test passes, and not displayed if the test fails.

Example:

[memb_is_logged_in] You are Logged In [/memb_is_logged_in]

Shortcode with alternate content – wraps TWO blocks of content separated by an [else_] shortcode. The first block is displayed if the test passes, the second block is displayed if the test fails.

Example:

[memb_is_logged_in]
You are Logged in
[else_memb_is_logged_in]
You are not logged in
[/memb_is_logged_in]
  • Was this Helpful?
  • YesNo
9 ways to add more value to your membership site

Table of Contents

Keep Reading

How to Show or Hide WordPress Widgets using Infusionsoft Tags

In this post we’ll show you how to display or hide WordPress widgets conditionally based on a member’s existing Infusionsoft tags. In certain situations, you’ll want to control the visibility of widgets based on a logged in member’s existing Infusionsoft tags. Or only display certain widgets to logged out visitors.

Read More »

Allow Autologin

This setting determines whether or not your site will allow you to use the autologin feature. The Autologin feature is inherently less secure because it replaces the user’s password with a simple number which can be easily brute-forced or guessed. Once someone obtains the Contact Id and the user’s email address they can continue to access the account even if the user changes the password.

Read More »

Implementing Badges with BadgeOS

Badges and achievements are actually quite a bit more sophisticated than a single badge. Achievements are accumulated, and when enough are accumulated to earn the badge, you get the badge, multiple levels of badges can be earned for various achievements.

Read More »

Want to get some fresh ideas on how you can improve your membership site or course?

Download our free ebook!

Book a Call

Welcome to Memberium!

We are very excited for you to be part of our family. 

We would love to answer any questions that you have!

Please choose the best time for you to get in a call with us. 

For Technical Support, you can contact us at https://keap.memberium.com/support/ or Email us at support@memberium.com.