Hi,
is there a way to get the number of comments for a post or CPT ?
Something like an API method getPostCommentsCount($post_id) => return (int) 125 ?
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpDiscuz community!
Merry Christmas and Happy Holidays! 🎄
Hi,
is there a way to get the number of comments for a post or CPT ?
Something like an API method getPostCommentsCount($post_id) => return (int) 125 ?
Hi @antibo,
You can use the get_comments_number() function. More info here: https://developer.wordpress.org/reference/functions/get_comments_number/