ShiftThis | URL Login Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
For WordPress sites needing an hidden login without using a page link. Simply type your desired login URL such as www.mywebsite.com/login or www.mywebsite.com/logout to access the login or logout pages. The login value, login redirect page and the logout value are all fully editable within the options page. This plugin makes use of your .htaccess file using 301 redirects. Your .htaccess file will need to be writable for automated use.
URL Login Options
- Login Text – Set to the text you would like to use to redirect to login page (Default is “login”.) This will set the login URL to http://www.mywebsite.com/login
- Login Redirect to – Choice of your Website home, Blog home or directly to WordPress Admin. You can also set a custom url to overide the default choices.
- Logout Text – Set to the text you would like to use to redirect to logout page.
Example Code
Example of .htaccess code added:
# BEGIN ST_URLLogin
Redirect 301 /login http://www.mywebsite.com/wp-admin/
Redirect 301 /logout http://www.mywebsite.com/wp-login.php?action=logout
# END ST_URLLogin