Title: how get attachment description?
Last modified: August 19, 2016

---

# how get attachment description?

 *  [zaasrvr](https://wordpress.org/support/users/zaasrvr/)
 * (@zaasrvr)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/how-get-attachment-description/)
 * Hello,
    How i can display the attachment description of a uploaded image?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Amie](https://wordpress.org/support/users/sunburntkamel/)
 * (@sunburntkamel)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/how-get-attachment-description/#post-689472)
 * AFAIK, it only displays when you call `the_content()` on the attachment page.
 *  [Aesqe](https://wordpress.org/support/users/aesqe/)
 * (@aesqe)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/how-get-attachment-description/#post-689523)
 * Basically, every attachment is also a post.
 * So, something like
 * `$attachment->post_content`
 * should output the attachment description.
 * ($attachment being attachment data you pulled out of the database).
 * If you need further explanation please take a look here: [http://codex.wordpress.org/Template_Tags/get_posts#Show_attachments_for_the_current_post](http://codex.wordpress.org/Template_Tags/get_posts#Show_attachments_for_the_current_post)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘how get attachment description?’ is closed to new replies.

## Tags

 * [attachment](https://wordpress.org/support/topic-tag/attachment/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Aesqe](https://wordpress.org/support/users/aesqe/)
 * Last activity: [18 years, 1 month ago](https://wordpress.org/support/topic/how-get-attachment-description/#post-689523)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
