WP Manifestindependent plugin directory
manifest / admin / wpg-custom-login

WPG Custom Login

Customize your wp-login.php page with project logo and title

by Pierre Dargham, Globalis Media Systems · github.com/wp-globalis-tools/wpg-custom-login · website

0stars
1.1kcomposer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wp-globalis-tools/wpg-custom-login/archive/refs/heads/master.zip

Also on Packagist as globalis/wpg-custom-login:

composer require globalis/wpg-custom-login

From the readme

Customize your wp-login.php page with project logo and title Installation You can install this plugin via the command-line or the WordPress admin panel. via Command-line 1. Download the latest zip of this repo. 2. Add the folder in your plugins directory (wp-content/plugins) 3. Activate the plugin via wp-cli. via WordPress Admin Panel 1. Download the latest zip of this repo. 2. In your WordPress admin panel, navigate to Plugins-Add New 3. Click Upload Plugin 4. Upload the zip file that you downloaded. Configuration No configuration is required ! Just add your project logo (logo.png or logo.jpg in your theme directory) and title (Website's name in WordPress admin panel).

Read the full README on GitHub →