get attachment title based on attachment id

If you have the attachment id, you can use get_the_title()

$attachment_title = get_the_title($attach_id)

http://codex.wordpress.org/Function_Reference/get_the_title

Leave a Comment