Title: displaying the_author_description() inside comments loop.
Last modified: August 19, 2016

---

# displaying the_author_description() inside comments loop.

 *  Resolved [sepiamystery](https://wordpress.org/support/users/sepiamystery/)
 * (@sepiamystery)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/displaying-the_author_description-inside-comments-loop/)
 * I tried finding this all over google, but since author description is not a part
   of comments table, it prob needs some relational sql call.
 * Can anyone shed some light? All I want to do is display the_author_description
   inside comments loop.
 * Thanks guys.

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

 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [18 years, 1 month ago](https://wordpress.org/support/topic/displaying-the_author_description-inside-comments-loop/#post-726516)
 * Something like this should work.
 *     ```
       if ( $comment->user_id ) {
       $user = get_userdata($comment->user_id);
       echo $user->description;
       }
       ```
   
 *  Thread Starter [sepiamystery](https://wordpress.org/support/users/sepiamystery/)
 * (@sepiamystery)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/displaying-the_author_description-inside-comments-loop/#post-726520)
 * It certainly does. Thanks Otto42. Appreciate your help.

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

The topic ‘displaying the_author_description() inside comments loop.’ is closed 
to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [sepiamystery](https://wordpress.org/support/users/sepiamystery/)
 * Last activity: [18 years, 1 month ago](https://wordpress.org/support/topic/displaying-the_author_description-inside-comments-loop/#post-726520)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
