Replace title and subtitle on header with image
-
I want to replace my title and subtitle on the header of my blog with an gif image. Ive been reading a lot but I couldnt figure out how to do it yet. The code on my header.php file is this one
<head>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /><title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<? include(TEMPLATEPATH.”/custom.php”); ?>
<?php wp_head(); ?>
</head>if you can lend me a hand here itll be much appreciated
- The topic ‘Replace title and subtitle on header with image’ is closed to new replies.