Content dripping
Posted: January 28th, 2012, 5:09 pm
I was wondering if there is a way of dripping posts not just the content of a post?
I know you can use
Thanks
I know you can use
- Code: Select all
<?php if(S2MEMBER_CURRENT_USER_PAID_REGISTRATION_DAYS >= 30){ ?>
Drip content to Members that started paying you at least 30 days ago.
<?php } ?>
Thanks