Changeset 662763
- Timestamp:
- 02/03/2013 11:30:24 AM (13 years ago)
- File:
-
- 1 edited
-
hide-login/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hide-login/trunk/readme.txt
r662761 r662763 20 20 21 21 1. Upload the `hide-login` directory to the `/wp-content/plugins/` directory 22 22 23 2. Add these two lines in wp-config.php file after `/* That's all, stop editing! Happy blogging. */` 23 24 `define('WP_ADMIN_DIR', 'YOUR_ADMIN_SLUG');` 24 25 `define('ADMIN_COOKIE_PATH', SITECOOKIEPATH . WP_ADMIN_DIR);` 25 26 Where `YOUR_ADMIN_SLUG` is the slug you use in plugin setting page for Admin. 27 26 28 3. Activate the plugin through the 'Plugins' menu in WordPress 29 27 30 4. Set the options in the Settings Panel 28 31
Note: See TracChangeset
for help on using the changeset viewer.