/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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');