I am working on building a site with public and restricted content. The restricted content is for users that I tag as such. I can’t find how to do this…
Can I create members as “Paying members”? Can I promote non-paying members to paying members? Or can I even avoid the paying members concept?
The easiest way is to enable the members feature, and then not use the stripe integration at all (dont set a price nor the stripe credentials). When you restrict content, it will be automatically for members only, which are free to register.
Whether or not you are using stripe, you have 3 types of permissions:
public
members-only
paid-members-only
if you create your post with members-only access, only signing up is required (no paying whatsoever). I tested this as of now just in case and it works. Do this:
Use another mail and subscribe yourself
Sign in and test if you can see the post
Hope it helps. I’ll do a post about this since it looks worthy to show people how to do it.