I want to create a login page but only for specific pages. So a visiter can visit my site but only need to register when submitting information.
One use case:
I have a page where drivers will be coming to the site and I want them to register and fill out an application. This way later on they can login to the site and modify their application and track it.
How do I make so login, or creating a log in, only apply to specific pages and not the whole site.
Thanks.
There are WordPress plugins available to hide/show pages to logged in users. I've been using this one for a long time: https://wordpress.org/plugins/nav-menu-roles/. In addition, you can set your form's permissions to "Limit form visibility" to logged in users.
Please login or Register to submit your answer