imagen por texto en tituloDEL BLOG ( no del post) , algo sencillo, pero no siempre se puede,o si?
el INDEX mio es asi
<?php get_header(); ?>
<div id="content">
<?php include(TEMPLATEPATH."/l_sidebar.php");?>
<div id="contentleft">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content(__('Read more'));?><div style="clear:both;"></div>
y el HEADER es asi
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<!-- leave this for stats please -->
ALGUien sabe decirme como puedo reemplazar alli el titulo por una imagen ? que abarque todo el ancho del blog.
Yol estuve tratando, pero o me queda arriba de todo, y sin hacer desaparecer el titulo en texto, o me queda desencajado
si alguien se anima a orientarme, le dire infinitas gracias
Danilo