Pues ya lo he intentado de muchas maneras y nomas no me sale...
Les adjunto el codigo y me echan la mano para sacarlo?
Les estare muy agradecido.
Código PHP:
<?php $permalink = get_permalink($id); ?>
<span class="Encabezado">« Volver a</span><span class="PostHeader"> <a href="<?php echo $permalink; ?>" rel="bookmark" title="<?php printf(__('Enlace permanente a %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></span></div>
<center>
<?php if (wp_attachment_is_image($post->id)) {
$att_image = wp_get_attachment_image_src( $post->id, "large");
?>
<p>
<img src="<?php echo $att_image[0];?>" alt="<?php the_title(); ?>" />
</p>
<?php } ?>