Tell us what you are trying to do?Hello, I whant development site only for logged user. I mean first page (homepage) is logged form. After entering the site, site is shown only the information that his access level allows. It can be the whole site or its part. Please tell me how best to implement such an idea. Thank you.
You would use Access to determine who can see and do what on your site.
You would create one front-end page from which visitors could log in which was visible to all users, but you would set pages generally as not being visible to guests. And then you can set other post types as not visible to guests, and if needed you can specify permissions for different roles as required.
So,
- Create a single page that you will use for log in.
- At Toolset > Access Control set pages so that they cannot be accessed by guests
- At Toolset > Access Control > Post Groups create a group containing just the login page, and make that visible to guests.