'', 'number' => 7, ) ); ?>

'3', 'post_id' => 0, ); $comments = get_comments( $args ); foreach( $comments as $comment ) : echo( '
' . $comment->comment_author . '

' . $comment->comment_content . '

' ); endforeach; ?>