Get count of the all topics with no replies
-
Hi, how to get count of the all topics with no replies? I want to create something like this:
$count = ???? if ( $count != 0 ) { echo '<a href=".../no-replies/">Topics with no replies<span class="count">'. $count .'</span></a>'; }
Is there a easy way to do this? I will be grateful for help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.