• 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; ?>

    https://www.ads-software.com/plugins/frontend-uploader/

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