WordPress custom login


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. function custom_login() {
  2. echo '<link rel="stylesheet" type="text/css" href="'.get_bloginfo('template_directory').'/resources/css/login.css" />';
  3. }
  4. add_action('login_head', 'custom_login');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.