I would like to prevent them from accessing the administration panel from within wordpress. I know we can set their profile permissions by setting "none" or "subscriber" but is there a way to block them from accessing their profile?
That doesnt work since members can still login to access the page. I would like to block everyone, except for myself. Perhaps a different plugin?
It should work if you created a new product, gave it exclusive permissions to that directory, then subscribed only yourself to it.
Do you have a fixed IP address? If so then you could add this to an .htaccess file in the root of your wp-admin folder: Code: order deny,allow deny from all allow from xxx.xxx.xxx.xxx where xxx... is your IP