Quote:
Originally Posted by KirbyDE
Place this in Template postbit (of postbit_legacy if you use this):
Code:
<if condition="is_member_of($post, ID)">
<!-- Your IMG Code here -->
</if>
Replace ID with the ID of your contributors usergroup
|
What is the variable for a specific Paid Subscription ID? I tried this:
Code:
<if condition="is_member_of($subscription, ID)">
<!-- Your IMG Code here -->
</if>
with no luck.