Search code examples
htmlwordpressgraphical-logo

Adding a logo in site's header


I would like to add a logo on my site header. Currently, on Google Chrome, it is a blank white paper. How would I go about doing so? Here is the current HTML I am using for my site header. Any help would be much appreciated.

<title>
<?php if ( is_home() ) { ?> <?php } ?> 
<?php echo ucwords(wp_title('',true)); ?> <?php echo ucwords(get_bloginfo('name'));  ?>  
</title>

Solution

  • this will do, <link href = "images/icon.gif" rel="icon" type="image/gif">