Admin Theme for Login/ Register
-
I am using Joe Kohlmann’s ‘WordPress Admin Redesign” for my admin panel theme. I am curious how to incorporate this theme into the wp-login.php and wp-register.php without changing the file’s css tags?
Oh yea, the function he is using is:
function new_css() {
echo ‘<link rel=”stylesheet” media=”screen” type=”text/css” href=”‘ . get_settings(‘siteurl’) . ‘/wp-content/plugins/adred_files/wp-admin-new.css” />’;
}add_action(‘admin_head’, ‘new_css’);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Admin Theme for Login/ Register’ is closed to new replies.