Title: Display author
Last modified: August 21, 2016

---

# Display author

 *  [doverlord](https://wordpress.org/support/users/doverlord/)
 * (@doverlord)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/display-author-5/)
 * Hi
 * How can I display the author name (from the Author field in the fu form)?
 * I’m using something like this to display approved uploads:
 *     ```
       $attachments = get_posts( $args );
       if ( $attachments ) :
       	foreach ( $attachments as $attachment ) :
       		echo '<li>' . the_attachment_link( $attachment->ID, true ) . '</li>';
       	endforeach;
       endif; ?>
       ```
   
 * [http://wordpress.org/plugins/frontend-uploader/](http://wordpress.org/plugins/frontend-uploader/)

The topic ‘Display author’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/frontend-uploader_81a69d.svg)
 * [Frontend Uploader](https://wordpress.org/plugins/frontend-uploader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/frontend-uploader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/frontend-uploader/)
 * [Active Topics](https://wordpress.org/support/plugin/frontend-uploader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/frontend-uploader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/frontend-uploader/reviews/)

## Tags

 * [author](https://wordpress.org/support/topic-tag/author/)
 * [frontend](https://wordpress.org/support/topic-tag/frontend/)
 * [upload](https://wordpress.org/support/topic-tag/upload/)

 * 0 replies
 * 1 participant
 * Last reply from: [doverlord](https://wordpress.org/support/users/doverlord/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/display-author-5/)
 * Status: not resolved