This section describes how to install the plugin and get it working.
- Extract the downloaded file and move the login-box folder to the plug-ins directory of WordPress (normally localized at /wp-content/plugins/).
- In the WordPress admin, access “Plug-ins” area and activate the Login-box plug-in.
- Optional: if your WordPress theme doesn't have the wp_head hook, open header.php and put this code between
<head> and </head>: <?php wp_head(); ?>
- Optional: if your WordPress theme doesn't have the wp_footer hook, open footer.php and put them:
<?php wp_footer(); ?>