badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Code with "zero" comments

#68679

Hi ALberto,

Where you are getting 0 comments into your site?
WP core function get_comments_number() retrieves the amount of comments a post has, if there are no comments it return 0.
You can see the function description here.

Thank you!