How to drip feed content to user from date of registration
I am building a fitness plan website where I deliver 24-weeks fitness plan.
Now, I have all content in database for user with subscription.
But I do not want user to access everything from the date of registration.
I want to show 7 plans the first week of subscription, then the next 7 will be available from second week, etc.
I am confused how to achieve this properly. I have even tried to think: "How will @JeffreyWay do this?" and nothing came to mind :(