Title: Threaded comments
Last modified: August 18, 2016

---

# Threaded comments

 *  [khajjameezer](https://wordpress.org/support/users/khajjameezer/)
 * (@khajjameezer)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/)
 * Hey y’all…
    I’ve installed the threaded comments from LaughingLizard for v1.2.
   My only problem I’m having, is I’d like to have the comments left for other comments
   be separate from the original (if that makes sense?). You can see what I’m talking
   about at [http://leatherkat.org/wordpress/index.php?p=103#comments](http://leatherkat.org/wordpress/index.php?p=103#comments)
   The comments left for other comments seem to be “nested”, so to speak. LaBellissima
   tried to help me out with this, but I’m still coming up with a blank with that
   issue, and I’m also wondering why the name of the poster of the original comment
   doesn’t show up?? *sigh* I hate being code-clueless….

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

 *  Thread Starter [khajjameezer](https://wordpress.org/support/users/khajjameezer/)
 * (@khajjameezer)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/#post-83151)
 * Ok, I got that working. Now, how do I get rid of the double postings by the original
   commenter, and the double list things in the replies to the posts? I’m not sure
   how that happened.
    Also, how can I make the font bigger for the comments? That
   small a font can give a person a migraine! ^^
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/#post-83154)
 * Text size first:
    #commentlist li { border: 1px solid #993399; font-family: tahoma,
   sans-serif; font-size: 14px; <————-there’s the number to increase }
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/#post-83156)
 * To remove the bullet, add this line to the bit of css I quoted above:
    list-style:
   none; The extra box that appears is cause by the insertion of these tags –
    -  – and from just Viewing source, I can’t see where they come from.
 *  Thread Starter [khajjameezer](https://wordpress.org/support/users/khajjameezer/)
 * (@khajjameezer)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/#post-83158)
 * Ok, got rid of the bullets. Now, I’m not sure where the list tags are coming 
   from…. I looked through the CSS and don’t see them.
    Now, I just need to get 
   rid of the double postings from the original posters. I just need one, not a 
   copy. 😉
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/#post-83159)
 * You’ll have to edit them out from inside wp.
 *  Thread Starter [khajjameezer](https://wordpress.org/support/users/khajjameezer/)
 * (@khajjameezer)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/#post-83160)
 * Huh… when I go into WP to edit the comments… there’s only one posting, not a 
   double. *sigh* Erf… I’ll get it figured out eventually, I hope.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/#post-83162)
 * There is a fault in your code.
    I just posted ‘Test Comment’ and it got listed
   twice, but when clicking the ‘Say it’ button, I got error messages. Check the
   file ‘wp-comments-post.php’ very carefully – an error has crept in when you put
   in the threaded comments code.
 *  Thread Starter [khajjameezer](https://wordpress.org/support/users/khajjameezer/)
 * (@khajjameezer)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/#post-83164)
 * Ok, I think I got it sorta fixed…..
 *  Thread Starter [khajjameezer](https://wordpress.org/support/users/khajjameezer/)
 * (@khajjameezer)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/#post-83165)
 * Or not… now I get
    Warning: Cannot modify header information – headers already
   sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.php:
   28) in /home/leatherk/public_html/wordpress/wp-login.php on line 44 Warning: 
   Cannot modify header information – headers already sent by (output started at/
   home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/
   wordpress/wp-login.php on line 45 Warning: Cannot modify header information –
   headers already sent by (output started at /home/leatherk/public_html/wordpress/
   my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line
   46 Warning: Cannot modify header information – headers already sent by (output
   started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/
   public_html/wordpress/wp-login.php on line 47 Warning: Cannot modify header information–
   headers already sent by (output started at /home/leatherk/public_html/wordpress/
   my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line
   48 Warning: Cannot modify header information – headers already sent by (output
   started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/
   public_html/wordpress/wp-login.php on line 49 Warning: Cannot modify header information–
   headers already sent by (output started at /home/leatherk/public_html/wordpress/
   my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line
   53 if I try to log out and… Warning: Cannot modify header information – headers
   already sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.
   php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line 257 Warning:
   Cannot modify header information – headers already sent by (output started at/
   home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/
   wordpress/wp-login.php on line 258 Warning: Cannot modify header information –
   headers already sent by (output started at /home/leatherk/public_html/wordpress/
   my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line
   259 Warning: Cannot modify header information – headers already sent by (output
   started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/
   public_html/wordpress/wp-login.php on line 260 Warning: Cannot modify header 
   information – headers already sent by (output started at /home/leatherk/public_html/
   wordpress/my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php
   on line 261 if I try to log in. Aiiieeeeeee! What a headache!
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/#post-83166)
 * Whitespace
    [http://faq.wordpress.net/view.php?p=7](http://faq.wordpress.net/view.php?p=7)
   Check the closing ?> especially – *nothing* must be after that. Nothing at all.
 *  Thread Starter [khajjameezer](https://wordpress.org/support/users/khajjameezer/)
 * (@khajjameezer)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/#post-83167)
 * D’oh! >.<
    Well, this has been a learning experience, to say the least. Thanks
   for the help! ^^ Problem fixed!
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/#post-83168)
 * Cool 🙂

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

The topic ‘Threaded comments’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 12 replies
 * 2 participants
 * Last reply from: [Mark (podz)](https://wordpress.org/support/users/podz/)
 * Last activity: [21 years, 9 months ago](https://wordpress.org/support/topic/threaded-comments-1-2-3/#post-83168)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
