I would like to password protect my entire WordPress site (ip validated), except for one page
If you are just wanting a simple “login” you could use htpasswd and htaccess. WordPress sites already have the htaccess in the main directory. Add an .htpasswd file at the same level as your root HTML folder. Example: . ├── public_html | └── wordpress | └── .htaccess └── .htpasswd Use a tool like htpasswd generator … Read more