function disqus_count($disqus_shortname) {
wp_enqueue_script('disqus_count','http://'.$disqus_shortname.'.disqus.com/count.js');
echo '<a href="'. get_permalink() .'#disqus_thread"></a>';
}<?php disqus_count('myshortcode'); ?>Yorum sayısını linkleyerek veriyor. Linksiz nasıl gösterim sağlayabiliriz?