comments_number
comments_number ( $zero = false, $one = false, $more = false, $post = 0 )
Parameters:- (string|false) zero Optional. Text for no comments. Default false.
- (string|false) one Optional. Text for one comment. Default false.
- (string|false) more Optional. Text for more than one comment. Default false.
- (int|WP_Post) post Optional. Post ID or WP_Post object. Default is the global `$post`.
Defined at:Change Log: - Introduced in WordPress: 0.71
- Deprecated in WordPress: —
Description
Displays the language string for the number of comments the current post has.