Skip to:
Content
Pages
Categories
Search
Top
Bottom

where to paste the my_custom_logo()

  • 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’);
    i dont find function.php at my source code my theme is gradiant….so where to place it now….

Viewing 2 replies - 1 through 2 (of 2 total)
  • If your theme doesn’t have a functions.php file, just create one.

    so @pual Gibbs, i hav to create 1 function.php file under my theme folder and put the above code …in that code i have replace ‘/images/custom-log-logo.gif’ to my img scr. right.? or i hav to do some more modification

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘where to paste the my_custom_logo()’ is closed to new replies.
Skip to toolbar