Tagged Questions
2
votes
2answers
96 views
How to get comments with mixed status using get_comments?
Is there a way to get comments with more than one status using get_comments function?
Let's say I would like to get both trash and hold comments.
It is possible to do the same with posts:
...
0
votes
1answer
249 views
Show top commenters without using a plugin
I'm trying to create a small list of top commenters in my sidebar.
I don't want to use a plugin, so I was googling for codes.
All I could find was the following:
function top_comment_authors($amount ...