Breakdance Login Branding
Applies the site's Breakdance branding and WordPress site icon/logo to wp-login.php.
by Creare Web Solutions · github.com/nicscott01/breakdance-login-branding
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/nicscott01/breakdance-login-branding/archive/refs/heads/main.zipStyles WordPress's standard wp-login.php screen with the site's current branding without modifying WordPress core.
The plugin uses WordPress login hooks and reads:
- Breakdance's compiled global stylesheet, including its form defaults and any saved global form or button overrides.
- The WordPress custom logo, falling back to the WordPress site icon.
- The WordPress site name and home URL for the login logo link and accessible label.
Branding is resolved on each login request, so changes saved in Breakdance or WordPress do not need to be copied into this plugin. The WordPress form container keeps its core layout because Breakdance has no global setting for that container.
Installation
Activate Breakdance Login Branding in WordPress. If Breakdance settings or a site logo/icon are unavailable, the login screen uses safe WordPress-style fallbacks.
Composer
Add the GitHub repository as a Composer VCS repository, then require:
composer require nicscott01/breakdance-login-branding:^1.1