Changing twenty ten theme
-
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
The blog I need help with is: (visible only to logged in users)
-
You really should have read the Sticky Posts at the top of the Forum. If you are editing PHP code you are in the wrong Forum.
Your site is not hosted on WordPress.COM, this site is for support of sites hosted on WordPress.COM. You should address your questions to WordPress.ORG the keepers of the software you are using: http://wordpress.org/support/
For more on the difference: http://support.wordpress.com/com-vs-org/
-
Oh my goodness! I’m sorry. I already wondered because of the unknown design of the page.
I’ll post on wordpress.org. Thanks for the information!
Best wishes,
Dirk
-
- The topic ‘Changing twenty ten theme’ is closed to new replies.