Posts: 20
Joined: 07 December 2009
Location: Hungary
I want to change the comments' style in WP but I dunno where and how to edit its coding. It looks like in the 'default' theme (the only difference is that I turned off the avatar option).
Do I have to change this part of the comments.php?
PHP Code Snippet
<ol>
<?php wp_list_comments();?>
</ol>
And if yes, could someone give me a simple template of that part to edit? I need no CSS, only the base of the code.
Thank you, and sorry for my English.
Last edited by: Nova
- Monday, Mar 08, 2010 10:50.
Posts: 20
Joined: 07 December 2009
Location: Hungary
shawncorson
comments.php is where you would edit the comments
Yes, I know, but where in comments.php? I meant I would like to change every single comment's style, cause the only thing I discovered is that I can change the form and the container box of the comments, but not the comments themselves. :S
Last edited by: Nova
- Wednesday, Mar 10, 2010 09:46.