Securing WordPress
A very quick way to secure access to your WordPress administration page is via the .htaccess file. Here is a simple example that restricts access only to your IP address:
# only allow from these IP address, otherwise, throw a page forbidden message
ErrorDocument 403 /_forbidden.html
Order Deny,Allow
Deny from all
#your router
Allow from <<your IP address>>
If you need any help, contact us at info@zenvision.com