How to show post's all comments count inside WP QUERY.?
In forum I could not find answer of my question.
For example wordpress default function for my request is
<?php echo get_comments_number(get_the_ID()); ?>
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! 🎄
How to show post's all comments count inside WP QUERY.?
In forum I could not find answer of my question.
For example wordpress default function for my request is
<?php echo get_comments_number(get_the_ID()); ?>
Hi,
wpDiscuz uses the native core WordPress functions. In other words, once you find a function that works for WordPress, it will work fine with wpDiscuz.