Click here to Skip to main content
16,019,149 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I’m trying to make a FREE membership site where people have to login/join to get access to certain content. On each post, I want to give some preview content, and then hide the most critical part of the content using shortcode conditionals.

A logged in user would see the full content right away.

A not-logged-in user would see the preview content, then a login box with an option to create an account if they don’t already have one. If they login, I want them to be immediately returned back to the same page they were already on, but this time as a logged in member (seeing full content).
Posted

1 solution

Look at implementing Membership[^] - it's easy to do, secure and provides everything you want as standard.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900