Archive | Documentation RSS feed for this section

get_comment_excerpt

Retrieve the excerpt of the current comment.Will cut each word and only output the first 20 words with ‘…’ at the end. If the word count is less than 20, then no truncating is done and no ‘…’ will appear.

1312

Continue reading

get_comment_count

The amount of comments in a post or total comments.A lot like wp_count_comments(), in that they both return comment stats (albeit with different types). The wp_count_comments() actual caches, but this function does not.

1308

Continue reading