get_the_ID(),
'status' => 'approve' //Change this to the type of comments to be displayed
));
//Display the list of comments
wp_list_comments(array(
'avatar_size' => '45',
'style' => 'ul',
'per_page' => 10, //Allow comment pagination
'reverse_top_level' => false //Show the oldest comments at the top of the list
), $comments);
?>
'Send',
'title_reply'=>'Write a Reply or Comment',
'comment_notes_after' => '',
'comment_field' => ''
);
comment_form($comments_args);
?>