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! ^^
Text size first:
#commentlist li {
border: 1px solid #993399;
font-family: tahoma, sans-serif;
font-size: 14px; <————-there’s the number to increase
}
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.
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. π
You’ll have to edit them out from inside wp.
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.
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.
Ok, I think I got it sorta fixed…..
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!
Whitespace
http://faq.wordpress.net/view.php?p=7
Check the closing ?> especially – *nothing* must be after that. Nothing at all.
D’oh! >.<
Well, this has been a learning experience, to say the least. Thanks for the help! ^^ Problem fixed!