This topic contains 1 reply, has 2 voices. Last updated by Raam Dev 4 years, 4 months ago.
Topic Author | Topic |
---|---|
Posted: Tuesday Aug 14th, 2012 at 8:54 pm #22043 | |
I was hoping I could get some help with the code required to implement this scenario for content dripping. I have a paid membership level that people can join at any time. I will be releasing member only content once a month. When a new member joins they will have access to each month’s content (which will be a page or post) from their sign up date. So if you joined in January – you can see every month from January to now. But if you joined in May you can only see from May to now. The Login Welcome Page will be a listing of each month with a link to that month’s content. The current month will be at the top if the page. Is this the best approach? I need to keep it simple as I won’t be the one updating the page each month – so it needs to be a snippet of code that the user can add at the top of the page each month and just edit. So far I have this, but I need help with the code for comparing the member’s registration date.
Thank you for your help! |