Hi Greg,
Yes, that’s the function we use, here’s the relevant excerpt from single.php :
<?php if ( comments_open() ) {
if ($use_disqus) { ?>
<div class="comment-circle"><i class="icon-comments"></i><span><?php disqus_count(); ?></span></div>
<?php } else { ?>
<div class="comment-circle"><i class="icon-comments"></i><span><?php comments_number('0', '1', '%'); ?></span></div>
<?php }} ?>
Maybe they’re being cached on their end (do ask them) or on yours? Do you run any form of caching for your site?
Regards,
————————————————————————————————————
Cosmin – Support