How can i create a custom, multi-level comments list?
How can i create a custom, multi-level comments list?
You are great man!
Using wp_list_comments() returns nothing in single.php...
I need statements.
Did you read Migrating_Plugins_and_Themes_to_2.7?
Why do you ask? My version is 3.0.3...
Because you need to ensure that your theme supports threaded comments.
I am creating e new theme.
Without <?php comments_template(); ?> supports, but i want more customizable comment.php template.
You still need to check that you are enqueuing the comment js correctly.
Also look into a custom callback for wp_list_comments.
With function mytheme_comment($comment, $args, $depth)?
This topic has been closed to new replies.