Customizing children comments in wp_list_comments in wordpress
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Customizing children comments in wp_list_comments in wordpress’ is closed to new replies.
The topic ‘Customizing children comments in wp_list_comments in wordpress’ is closed to new replies.
(@57842312-1)
13 years, 5 months ago
What I want is like this: Click to see the picture
But,at last It came up with like this:
Click to see the picture
(I can’t put img, so I put the picture to my blog!)
Here Is Code In My comment.php Where Show The Comments:
<?php wp_list_comments('type=comment&callback=comment_activity_list');?>and this is the code of function “comment_activity_list” in my function.php:
How can I Customize the children comments ? Any one can hepl me?
Thx In Advance!