Before posting here, I searched on this forum and Google but could not find an answer to my question so please bear with me as I learn this stuff. I would rather use an image as my blog's title, instead of the default font. How do I insert it? The header code is below. Thank you for any help.
<title><?php bloginfo('name'); ?><?php if (is_home()) {if (get_bloginfo('description')!='') {echo '. ';} bloginfo('description');} ?> <?php if ( is_single() )?> <?php wp_title(); ?></title>