function my_custom_login_logo() { echo 'h1 a { background-image:url(' . get_bloginfo('template_directory') . '/images/custom-login-logo.gif) !important; }'; } add_action('login_head', 'my_custom_login_logo');
WordPress
Change WordPress login screen logo
[code language=”php”] function my_custom_login_logo() { echo ‘h1 a { background-image:url(‘ . get_bloginfo(‘template_directory
· 5 min read
Related posts
WordPress
Adding Custom Fields to WordPress User Profile and Add New User page
Adding custom profile fields in WordPress made easy through action hooks. .Most of the solutions available on internet tell you about adding custom fields on &#
WordPress
Script Logic Plugin
Introduction Script Logic is a WordPress plugin that lets you control on which pages scripts and style sheets load using WP’s conditional tags. This plug
WordPress
Multi Image Upload
Multi Image Upload adds a meta box to upload multiple images for posts and pages. You can enable it for custom post types also. Download: http://wordpress.org/p