ID );
//then based on that id get the attachments data:
$attachment = get_post($image_id);
//now you got access to title, caption, etc
$image_title = $attachment->post_title;
$image_description = $attachment->post_excerpt;
echo $image_description;
?>
'
' . __( 'Pages:', 'bitter-sweet' ) . '',
'after' => '
',
'link_before' => '
',
'link_after' => '',
) );
?>