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

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.zip

Readme

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

  1. Download or clone this repository into: wp-content/plugins/custom-login-brander/
  2. Activate the plugin from Plugins → Installed Plugins.

Usage

  1. Go to Settings → Login Brander
  2. Set your logo URL
  3. Visit the login page: /wp-login.php

Development

Conventional Commits

This project follows Conventional Commits:

  • feat: new feature
  • fix: bug fix
  • chore: maintenance tasks
  • refactor: 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)

Read the full README on GitHub →