Skip to content

mywp_comment_count

Comment Count Notice

Description

mywp_comment_count shortcode can be get the comments count.

 

Usage

Default comment count is find comment status to “moderated” without tags.

[[mywp_comment_count]]

Result

0

 

Attributes

tag=”1

Get the comment count with tags for admin sidebar menus.

[[mywp_comment_count tag="1"]]

Reulst

<span class="awaiting-mod count-0"><span class="moderated-count">0</span></span>

 

status=”****

Get the comment count with status.

  • all
  • approved
  • spam
  • trash
[[mywp_comment_count status="approved"]]

 

This Post Has 0 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Back To Top