Hey, @rayeason!
It appears that you would like to be redirected to the login page before accessing any internal pages of the site. To achieve this, you can simply enable the Force Login (pro feature) from the LoginPress settings. There is no need to create a separate “Login” page or assign it as the homepage.
Additionally, LoginPress already overrides the default WordPress login page by default, so no further configuration is required on your end.
Hope this helps, please let us know if you need anymore assistance!
Hi @teamsupportbrigade
Not the login page but the home page.
I don’t want to create a Home Page for the site because it will not need one.
But right now, home is the default wordpress blog post page
https://dash.reasonhosting.com
Hey, @rayeason
Have you had a chance to explore the Force Login feature in LoginPress Pro? It would be a great fit for your use case. Reference: https://loginpress.pro/doc/how-force-login-works-in-loginpress/
If you prefer a code-based approach, you can also use the template_redirect hook in your (child) theme to redirect non-logged-in users to wp_login_url().
Thank you!