WP Custom Login
WP Custom Login
Description
Designed for users which want to include the header and footer to the login page. You can also change the design. Just create a wp-custom-login.css in your theme directory.
Installation
This section describes how to install the plugin and get it working.
It can be installed in two ways, firstly by downloading the plugin from the WordPress directory website or by via the WordPress admin page for adding a new plugin
Downloading from WordPress Website
- Download the plugin from the wordpress plugin directory
- Unzip the plugin
- Upload
/wp-custom-login/directory to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Create a custom-login.css in your theme directory
- Use the wp-custom-login action hooks
* wp_custom_login_header_before
* wp_custom_login_header_after
* wp_custom_login_footer_before
* wp_custom_login_footer_after
Using the WordPress Admin page for installing
- Go to the admin page and select the ‘Plugins’ menu, using the ‘Add new’ menu item
- Search for ‘WP Custom Login’
- Select install for the plugin ‘WP Custom Login’ by Ninos Ego
- Activate the plugin through the ‘Installing Plugin’ page in WordPress
- Create a wp-custom-login.css in your theme directory
- Use the wp-custom-login action hooks
* wp_custom_login_header_before
* wp_custom_login_header_after
* wp_custom_login_footer_before
* wp_custom_login_footer_after
Reviews
Great Support
By nm (gmn1) on September 3, 2016
The developer was very responsive.
Sweet and simple
By Richard Foley (richardfoley) on September 3, 2016
Sweet and simple, does what it says on the box. Good work!
Great for membership websites
By wp_ntnguy on September 3, 2016
I was looking for a plugin that can add my header and footer of my website to match the WordPress login pages and this plugin works. If you are running a membership website using WordPress, this plugin is a must-have. You just need to add in the wp-custom-login.css file to your theme and style the login box however you want.
Good Plugin
By OylerActionPhotos on September 3, 2016
Does what it says.
hard to deploy
By merohan on September 3, 2016
Plugin mean, easy way to make change in wordpress code not a hard way
Changelog
1.4.9
Fixed: JavaScript error – Element is null
1.4.8
Compatible with WordPress 4.1
1.4.7
Compatible with WordPress 4.0
Fixed: JavaScript error
1.4.6
Deactivated for login popup
1.4.5
Compatible with WordPress 3.9
1.4.4
Compatible with WordPress 3.8
1.4.3
Compatible with WordPress 3.7
1.4.2
Compatible with WordPress 3.6
1.4.1
Added index.php
1.4.0
Stylesheet is loaded only if it exists
1.3.2
This version of the plugin is working without jQuery. Version 1.3.2 should be compatible with all themes
1.3.1
There was a litte error. Version 1.3.1 should now work with all jquery compatible themes
1.3.0
This version is removing following files from the login head:
wp-admin-css
colors-fresh-css
Maybe some themes need this files on login page, so you’re welcome for feedback
1.2.0
Added 4 action hooks:
wp_custom_login_header_before
wp_custom_login_header_after
wp_custom_login_footer_before
wp_custom_login_footer_after
1.1.0
Because of conflicts with other plugins rename the custom-login.css to wp-custom-login.css
1.0.0
First edition
