2017 © Pedro Peláez
 

wordpress-plugin login-style

Wordpress plugin to allow themes to add their own login page style

image

hyyan/login-style

Wordpress plugin to allow themes to add their own login page style

  • Monday, March 16, 2015
  • by hyyan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Wordpress Login Style

project status Latest Stable Version Total Downloads License, (*1)

Wordpress plugin to allow themes to add their own login page style, (*2)

Features

  • Add your own login style which is fit with your theme
  • check the remember me checkbox by default

Example

The plugin comes with an example to see how the plugin works, (*3)

To use the example, (*4)

  • Copy example/css/login.style to your/current/theme/css/login.css
  • visit the login page to see the new style

ScreenShot, (*5)

How to install

Classical way

  1. Download the plugin as zip archive and then upload it to your wordpress plugins folder and extract it there.
  2. Activate the plugin from your admin panel

Composer way

  1. run composer command : composer require hyyan/login-style

How to use

Just add your css file to your/current/theme/css/login.css and the plugin will handle the rest for you., (*6)

Plugin configutaion

The plugin comes with following configuration as default :, (*7)

$default = array(

    // path relative to the theme dir
    // (could be a php file which output css markup)
    'path' => '/css/login.css',

    // check the remember me checkbox
    'check_remember_me' => true,
);

You can override the default configuration using add_filter function like in the following example :, (*8)

// in the your theme's functions.php file

add_filter('Hyyan\LoginStyle.options', function(array $default) {

    $default['path'] = '/my-login-style.css';

    return $default;
});

Contributing

Everyone is welcome to help contribute and improve this plugin. There are several ways you can contribute:, (*9)

  • Reporting issues (please read issue guidelines)
  • Suggesting new features
  • Writing or refactoring code
  • Fixing issues

The Versions

16/03 2015

dev-master

9999999-dev

Wordpress plugin to allow themes to add their own login page style

  Sources   Download

MIT

The Requires

 

wordpress wordpress plugin login bedrock hyyan wordpress admin wordpress muplugin login logo login style

16/03 2015

1.0

1.0.0.0

Wordpress plugin to allow themes to add their own login page style

  Sources   Download

MIT

The Requires

 

wordpress wordpress plugin login bedrock hyyan wordpress admin wordpress muplugin login logo login style

14/10 2014

0.2

0.2.0.0

Wordpress plugin to allow themes to add their own login page style

  Sources   Download

MIT

The Requires

 

wordpress wordpress plugin login bedrock hyyan wordpress admin wordpress muplugin login logo login style

11/10 2014

0.1

0.1.0.0

Wordpress plugin to allow themes to add their own login page style

  Sources   Download

MIT

The Requires

 

wordpress wordpress plugin login bedrock hyyan wordpress admin wordpress muplugin login logo login style