Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/05/2012, 06:57
Avatar de Naahuel
Naahuel
 
Fecha de Ingreso: marzo-2011
Ubicación: localhost
Mensajes: 796
Antigüedad: 13 años, 10 meses
Puntos: 192
Respuesta: Sombra sobre la imagen

Pero ahí tenés sólo la imagen...

Debería ser algo así:
Código PHP:
Ver original
  1. <div class="contenedor-imagen">
  2.     <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php $values = get_post_custom_values("Image"); echo $values[0]; ?>&w=580&h=315&zc=1&q=100" alt="<?php the_title(); ?>" class="left" width="580px" height="315px"  /></a>
  3.     <div class="epigrafe">
  4.         <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
  5.         <p><?php the_excerpt(); ?></p>
  6.     </div>
  7. </div>

Si lo tenés online en algún lado pasános un link, sería más fácil.
__________________
nahueljose.com.ar