get_the_ID(), 'status' => 'approve', 'number' => '3' ); // The Query $comments_query = new WP_Comment_Query; $comments = $comments_query->query( $args ); // Comment Loop if ( $comments ) : echo '

' . __('Latest Comments on', 'wk') . ' ' . get_the_title() .'

'; foreach ( $comments as $comment ) : ?>
comment_author_email, $author_avatar_size); echo $avatar; ?>
comment_author;?> comment_date));?>

comment_content; ?>

', 'wk'), __(' ', 'wk'), __(' ', 'wk')); ?>