I need a WP theme with User login required to see the content.
Users will not be able to sign up; the admin will have to register the client.
I will be grateful if anybody can help me.
I need a WP theme with User login required to see the content.
Users will not be able to sign up; the admin will have to register the client.
I will be grateful if anybody can help me.
You won’t find that out of the box but there’s numerous plugins that gate and block content access or password a site and could be applied to a broader section of themes
You’re looking for a membership theme - one where users need to login to see the content. This can either be accomplished using a plugin or this link will take you to themes on the marketplace:
Just disable the WordPress feature “Anyone can register”
You could use few codes to add the WordPress index file such as " is_user_logged_in() “” to block all the content. You don’t even need third party plugin if you’re not going to charge for subscription.