Custom Login Brander
WordPress plugin to brand the login page (logo and basic styling) with settings in wp-admin.
by Maryam Davoodi nejad · github.com/maryamdavoodinezhad/custom-login-brander
★ 0stars
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/maryamdavoodinezhad/custom-login-brander/archive/refs/heads/main.zipReadme
Custom Login Brander
A lightweight WordPress plugin to customize the WordPress login page branding (logo) via an admin settings page.
Features
- Set a custom login logo (URL stored in the database)
- Admin settings page under: Settings → Login Brander
- Secure settings handling using WordPress Settings API
- Translation-ready (i18n) strings with text domain:
custom-login-brander
Requirements
- WordPress 6.x+ (recommended)
- PHP 7.4+ (recommended)
Installation
- Download or clone this repository into:
wp-content/plugins/custom-login-brander/ - Activate the plugin from Plugins → Installed Plugins.
Usage
- Go to Settings → Login Brander
- Set your logo URL
- Visit the login page:
/wp-login.php
Development
Conventional Commits
This project follows Conventional Commits:
feat:new featurefix:bug fixchore:maintenance tasksrefactor:refactoring without behavior change
Roadmap
- Add WordPress Media Uploader to select logo from the Media Library
- Add logo options
- Add custom link URL for the login logo
License
TBD (choose one: GPL-2.0-or-later recommended for WordPress plugins)