>

id)) { $att_image = wp_get_attachment_image_src($post->id, 'full'); echo '' . get_the_title() . '' . "\n"; echo '

' . get_post(get_post_thumbnail_id())->post_excerpt . '

' . "\n"; echo '

' . get_post(get_post_thumbnail_id())->post_content . '

' . "\n"; } ?>