wordpress wp_list_comments为ul.children添加评论ID

时间:2019-09-12 08:52:04

标签: php wordpress-theming

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);

0 个答案:

没有答案