Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/12/2009, 13:12
DaniloWeb
 
Fecha de Ingreso: noviembre-2009
Mensajes: 66
Antigüedad: 14 años, 5 meses
Puntos: 0
imagen por texto en titulo, algo sencillo, pero no siempre se puede,o si?

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

Última edición por DaniloWeb; 11/12/2009 a las 14:48