説明
mywp_comment_count
コメント数の取得ができます。
使い方
デフォルトのコメント数は “承認待ち” のコメント数をタグ無しで出力します。
[[mywp_comment_count]]
結果
0
属性
tag=”1“
管理画面サイドバーで利用できるコメント数をタグ付きで出力することができます。
[[mywp_comment_count tag="1"]]
結果
<span class="awaiting-mod count-0"><span class="moderated-count">0</span></span>
status=”****“
コメントカウント数をステータスを指定して取得することができます。
- all
- approved
- spam
- trash
[[mywp_comment_count status="approved"]]
This Post Has 0 Comments