function mi_logo_inicio() { echo '<style type="text/css"> .login h1 a{ width: 200px; height: 50px; background-size: 100px; background-image:url('.get_bloginfo('template_directory').'/nombredelaimagen.png) !important} </style>'; } add_action('login_head', 'mi_logo_inicio');