Opis
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.
Zrzuty ekranu
Instalacja
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
Recenzje
Kontrybutorzy i deweloperzy
„WP Custom Login” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “WP Custom Login” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
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