Forums
(@suhas123)
13 years, 7 months ago
Hi Ludzer,
Finally got the solution.
Open your header.php code of Publish theme
Look for the given code
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php echo get_avatar( get_option( ‘admin_email’ ), 100 ); ?>
And Replace it with the following code
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><img id=”site-logo” src=”<?php echo get_stylesheet_directory_uri(); ?>/images/site-logo.png” alt=”” />
That’s it
No Solutions yet 🙁