I think I'd put an .htaccess file under wp-admin.
something like:
AuthName "Im an administrator!! Yay!!"
AuthType Basic
AuthUserFile /path/to/your/passwordfile
require valid-user
I'd also switch to a GPL theme. I'm under the impression that if a theme makes calls to any wordpress functions like wp-head(), because wordpress is GPL, that theme has to be GPL if it is distributed and not some "atributable no dirivetive work" license bullshit. They need to find something under a BSD license to write themes for.
|