Revision: 52486
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 25, 2011 01:37 by travishines
Initial Code
function custom_login() { echo '<link rel="stylesheet" type="text/css" href="'.get_bloginfo('template_directory').'/resources/css/login.css" />'; } add_action('login_head', 'custom_login');
Initial URL
Initial Description
Initial Title
WordPress custom login
Initial Tags
login, wordpress
Initial Language
PHP