I want change to header logo for wordpress <a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a>
Well here's what you could do. Find out the image name of your current logo, most probably in the theme folders images folder. Then change your new logo to the name of the existing logo name, overwriting it. that's the quickest dirty way.
You should change the image path. Knowledge of PHP coding and CSS will help you to change the image. If needed you can talk to me by visiting ecoverexpert.com
well its simple look into: wp-content/themes/images/logo.jpg,png,or gif replace it with your desired logo pic make the changes into your activated theme, cheers! Hope it helps