wordpress wp_list_comments向ul.children添加注释ID。 https://i.hizliresim.com/XbNppD.png
$args = array(
'callback' => 'mytheme_comment',
'type' => 'comment',
'avatar_size' => '50',
'per_page' => get_option('comments_per_page'),
'reverse_children' => $reversechild,
'max_depth' => '2'
);
wp_list_comments($args);