Skip to main content

i4w_member_count

Usage

This shortcode is designed to segment content on a page, post, excerpt or text widget by displaying the embedded content only when a certain condition is met. The shortcode will determine how many Keap contacts have been assigned a particular tag and will then compare the result with the value provided in the shortcode parameter.

[ELSE_member_count] conditional branching is NOT supported.

Shortcode nesting is NOT supported.

Parameters

ParameterDescriptionDefaultRequired
tagidThe ID of the tag used as the basis for this operation.NoneYes
opThe type of comparison operation: LT (less than), LE (less than or equal to), EQ (equal to), GE (greater than or equal to), GT (greater than)NoneYes
valueAny integer value for comparison.NoneYes

Example

Shortcode
[i4w_member_count tagid='123' op='GT' value='200']
Display this if more than 200 contacts have been assigned tag Id '123'
[/i4w_member_count]