Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/02/2015, 17:57
Avatar de zanguanga
zanguanga
Moderadora
 
Fecha de Ingreso: julio-2009
Ubicación: España
Mensajes: 1.686
Antigüedad: 14 años, 9 meses
Puntos: 429
Respuesta: Cargar imagen grande

¿Has probado a usar algo así?
Código PHP:
Ver original
  1. <?php
  2. if ( has_post_thumbnail() ) {
  3.     $full_image_url = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );
  4.     echo '<a href="' . $full_image_url[0] . '" title="' . the_title_attribute( 'echo=0' ) . '" >';
  5.     echo get_the_post_thumbnail( $post->ID, 'thumbnail' );
  6.     echo '</a>';
  7. }
  8. ?>

Más info en http://codex.wordpress.org/Function_...post_thumbnail
__________________
Mi blog personal | Mi G+