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
| Parameter | Description | Default | Required |
|---|---|---|---|
| tagid | The ID of the tag used as the basis for this operation. | None | Yes |
| op | The 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) | None | Yes |
| value | Any integer value for comparison. | None | Yes |
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]