Change twenty ten template
-
Hi,
I’d like to change twenty ten theme and therefore I have a question: When trying to change the comments page I look for the wp_list_comments() method, but when I go inside the functions.php, I don’t find this method, instead I see a method where I can change the look of all comments.
Here’s my question: How can I add a class in the list element. I find this line
[code]
<li <?php comment_class(); ?> id="li-comment-<?php comment_ID(); ?>">
[/code]but I don’t find the comment_class() method. I want to add a class, when a post is from an admin.
Thanks and best wishes,
Dirk
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Change twenty ten template’ is closed to new replies.