WOOF :: comments_number( String $zero = "", String $one = "", String $many = "" )
Returns a formatted string representing the count of comments for the current post.
Note: All format strings are run through sprintf with the current comment count. Use the %d placeholder to insert the comment count at that position in the string.
Parameters:
-
The string to use if there are no comments. If this string is empty, the localised version of the string “No Comments” is used.
-
The string to use if there are is 1 comment. If this string is empty, the localised version of the string “1 Comment” is used.
-
The string to use if there are many comments. If this string is empty, the localised version of the string “%d Comments” is used.