Title: Comments on same line
Last modified: August 19, 2016

---

# Comments on same line

 *  [seth-web](https://wordpress.org/support/users/seth-web/)
 * (@seth-web)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/comments-on-same-line/)
 * I am working on a project where the comments need to be on the same line as the
   author, like this.
    **“Admin Says: This is a comment.”**
 * Right now the comment looks more like this.
    **“Admin Says: This is a comment.”
 * I am using them Mountain Dawn and WordPress version 2.6.2
    Here is my code.
 *     ```
       <cite> <h6> <?php comment_author_link() ?> </cite> Says: </h6>
       			<?php if ($comment->comment_approved == '0') : ?>
       			<em>Your comment is awaiting moderation.</em>
       			<?php endif; ?>
       			<?php comment_text() ?>
       ```
   
 * I have tried moving the “comment_text()” right after “Says:”, but that did not
   work. I am thinking that I need to change something in the comment_text() function,
   but I do not know how to do that. Any ideas would be appreciated.

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

 *  [wpbct7](https://wordpress.org/support/users/wpbct7/)
 * (@wpbct7)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/comments-on-same-line/#post-906809)
 * Remove <h6> tag or replace it with `<strong></strong>`
 *  Thread Starter [seth-web](https://wordpress.org/support/users/seth-web/)
 * (@seth-web)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/comments-on-same-line/#post-906827)
 * Removing <h6> did not work. What would I replace <h6> with?
 *  [asadikhan](https://wordpress.org/support/users/asadikhan/)
 * (@asadikhan)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/comments-on-same-line/#post-907203)
 * Did you ever figure this out? This is exactly what I’m trying to do but can’t
   figure out.

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

The topic ‘Comments on same line’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [asadikhan](https://wordpress.org/support/users/asadikhan/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/comments-on-same-line/#post-907203)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
