Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/08/2010, 08:12
andrey_acer
 
Fecha de Ingreso: junio-2010
Mensajes: 7
Antigüedad: 13 años, 11 meses
Puntos: 0
Información ¿Qué tengo mal en este código php?

Hola, estoy instalando un theme en wordpres y me he dado cuenta que en la parte de <<functions>> hay un error porque no se ven las imagenes en la web... y necesito ayuda, xkee no veo k puede ser ¿?

Código PHP:
Ver original
  1. // Show Post Thumbnails
  2. function tj_show_thumb($width = 100, $height = 100) {
  3. ?>
  4. <a href="<?php the_permalink() ?>" rel="bookmark"><img class="thumb" src="<?php bloginfo('template_directory'); ?>/includes/timthumb.php?src=<?php tj_get_image($post->ID, 'full'); ?>&amp;h=<?php echo get_theme_mod($height); ?>&amp;w=<?php echo get_theme_mod($width); ?>&amp;zc=1" alt="<?php the_title(); ?>" /></a>
  5. <?php
  6. }

podeis ver lo que pasa en esta web =

http://s321374850.mialojamiento.es/wordpress/dos/