Title: Comments box modification
Last modified: August 19, 2016

---

# Comments box modification

 *  Resolved [bakersdoor@hotmail.com](https://wordpress.org/support/users/bakersdoorhotmailcom/)
 * (@bakersdoorhotmailcom)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/comments-box-modification/)
 * Can you look at the test comments on the following 2 URLs and tell me what I 
   have to do to make the first one display like the second one?
 * [http://birdshot.org.uk/blog/index.php/archives/1855#comments](http://birdshot.org.uk/blog/index.php/archives/1855#comments)
   
   [http://bakersdoor.com/blog1/](http://bakersdoor.com/blog1/)
 * Thanks
 * Annie

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

 *  [jkovis](https://wordpress.org/support/users/jkovis/)
 * (@jkovis)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/comments-box-modification/#post-1248962)
 * You need to move the cite tags outside of the li tags:
 *     ```
       <li class="alt" id="comment-2">
       	<div class="quote">
       		<p>This is somewhere registered members...</p>
       		<div class="clear"></div>
       	</div>
       </li>
   
       <cite>Annie on <a href="#comment-2" title="">October 16th, 2009</a></cite>
       ```
   
 * not inside like they are currently:
 *     ```
       <li class="alt" id="comment-2">
       	<div class="quote">
       		<p>This is somewhere registered members...</p>
       		<div class="clear"></div>
       	</div>
       	<cite>Annie on <a href="#comment-2" title="">October 16th, 2009</a></cite>
       </li>
       ```
   
 *  Thread Starter [bakersdoor@hotmail.com](https://wordpress.org/support/users/bakersdoorhotmailcom/)
 * (@bakersdoorhotmailcom)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/comments-box-modification/#post-1248977)
 * Sorry – I am not very experienced at this where do I find the cite tags. I looked
   in the style sheet and the comments php and that is obviously wrong – it would
   be great if someone can give me answer to this. Thanks Annie
 *  [jkovis](https://wordpress.org/support/users/jkovis/)
 * (@jkovis)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/comments-box-modification/#post-1248984)
 * The code should be in the comments.php file under the following line:
 *     ```
       <ol class="commentlist">
       ```
   
 *  Thread Starter [bakersdoor@hotmail.com](https://wordpress.org/support/users/bakersdoorhotmailcom/)
 * (@bakersdoorhotmailcom)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/comments-box-modification/#post-1249063)
 * Thanks that worked. Annie
 *  [jkovis](https://wordpress.org/support/users/jkovis/)
 * (@jkovis)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/comments-box-modification/#post-1249079)
 * can you change the status of this ticket to resolved?

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

The topic ‘Comments box modification’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [jkovis](https://wordpress.org/support/users/jkovis/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/comments-box-modification/#post-1249079)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
