'approve', 'number' => '50' ); $comments = get_comments($args); foreach($comments as $comment) : $date = $comment->comment_date; $post = get_post($comment->comment_post_ID); echo "

" . $comment->comment_author . " " . __("on", 'antonine') . " " . $post->post_title . " " . $date . " " . __("said", 'antonine') . "

" . $comment->comment_content . "
"; endforeach; } else { print_r($_POST); echo "Nonce failed"; } wp_die(); } } $antonineComments = new antonineComments();