Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/02/2015, 14:51
Avatar de el_tigre
el_tigre
 
Fecha de Ingreso: febrero-2006
Ubicación: Perú
Mensajes: 1.044
Antigüedad: 18 años, 3 meses
Puntos: 8
Cargar imagen grande

Amigos, estoy mostrando la imagen mediana en mi post mediante este código

Código PHP:
 get_the_post_thumbnail$post_id'large'$attr 
Quiero que al hacer clic en ella me cargue la imagen en su tamaño Full, ¿cómo podría hacerlo.....?

Intento con esto pero algo está mal

Código PHP:
global $post;
$thumbID = get_post_thumbnail_id( $post->ID );
$imgDestacada = wp_get_attachment_url( $thumbID );
echo $imgDestacada;
?>
    <?php '<a href="$imgDestacada" rel="bookmark">'get_the_post_thumbnail$post_id'large'$attr ) , '</a>'?>