I tried this but it’s not working. I only got blog name displayed without the header image.
I want my blog title to be hidden, and at the same time the header image will be as link to Home. how do I configure this?
right now this is what I have in my header.php
<div id="header">
<div class="header-title"><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></div>
<div class="header-description"><?php bloginfo('description'); ?></div>
</div>
thanks.