I agree with you, I hope this is developed to be an option in the plugin.
I tried to use hooks to alter this, but I did not find an easy way.
Do this to plugin core files.
In (comments-like-dislike/inc/views/frontend/like.php)
Replace line 55 with this code:
<span class="cld-like-count-wrap cld-count-wrap"><?php echo (empty( $like_count )) ? '' : number_format($like_count); ?></span>
-
This reply was modified 8 years, 1 month ago by
Kash.
Hello there,
We have now removed 0 when there are no likes or dislikes. If required then it can be added from the hook though. Please update your copies and let us know if it still need any further adjustments.
Regards WPHC