Ver Mensaje Individual
  #10 (permalink)  
Antiguo 14/07/2010, 09:43
Avatar de rogertm
rogertm
Mod->Cuba
 
Fecha de Ingreso: julio-2005
Ubicación: /home/Cuba/Habana/rogertm/
Mensajes: 2.922
Antigüedad: 18 años, 8 meses
Puntos: 638
Respuesta: Entradas con imagenes

Es que me parece, que todo este código:
Código PHP:
Ver original
  1. <?php $values = get_post_custom_values("Image");
  2. if (isset($values[0])) { ?>
  3. <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
  4. <img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=<?php echo get_option('home'); ?>/<?php $values = get_post_custom_values("Image"); echo $values[0]; ?>&w=150&h=150&zc=1&q=100" alt="<?php the_title(); ?>" class="left" width="150px" height="150px"  /></a>
  5. <?php } ?>
te está sobrando. Fíjate, que con ese código estás llamando a la imagen del post get_post_custom_values("Image")...

Saludos
__________________
Friki y Blogger por Cuenta Propia:213
Twenty'em: Theming is Prose