comments_popup_link
comments_popup_link ( $zero = false, $one = false, $more = false, $css_class = '', $none = false )
Parameters:- (false|string) zero Optional. String to display when no comments. Default false.
- (false|string) one Optional. String to display when only one comment is available. Default false.
- (false|string) more Optional. String to display when there are more than one comment. Default false.
- (string) css_class Optional. CSS class to use for comments. Default empty.
- (false|string) none Optional. String to display when comments have been turned off. Default false.
Defined at: - Introduced in WordPress: 0.71
- Deprecated in WordPress: —
Description
Displays the link to the comments for the current post ID.