Wordpress Document

Author tags

Category tags

Comment tags

Date and Time tags

General tags

Geo tags

Link tags

Links Manager tags

Permalink tags

Post tags

Trackback tags

WP/PHP General

comments_number

概要

表示中の投稿へのコメント、トラックバック、ピンバックの合計数を表示します

用法

<?php comments_number('zero', 'one', 'more', 'number'); ?>

引数

zero

(string)
コメントがないときに表示する文字列

one

(string)
コメントが1件の時に表示する文字列

more

(string)
コメントが2件以上の時に表示する文字列

number

(integer)
表示するコメント、トラックバック、ピンバックの数

用例

-