Skip to content

Instantly share code, notes, and snippets.

@crossreftech
Created February 25, 2014 04:52
Show Gist options
  • Save crossreftech/9202923 to your computer and use it in GitHub Desktop.
Save crossreftech/9202923 to your computer and use it in GitHub Desktop.
<?php
// Create a custom theme for your login page
function plugin_drawer_login() {
echo '<link rel="stylesheet" type="text/css" href="'.get_bloginfo('template_directory').'/wp-login.css"/>';
}
add_action('login_head', 'plugin_drawer_login');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment