Jason Keath
Member
Posted 4 years ago #
In the index, I have my comments count showing up like so
<div class="comm"><span><?php comments_popup_link('0', '1', '%'); ?></span></div>
Which should just show the # of comments with out any additional text.
However, it is rendering on the page (jasonkeath.com) as "Comments (0)"
Template is "WP_Premium 1.0"
Jason Keath
Member
Posted 4 years ago #
tried
<?php comments_popup_link(__('0'), __('1'), __('%'), '', __('--')); ?>
and
<?php comments_popup_link(__('0'), __('1'), __('%'); ?>
no luck. is it possible the problem is not in index.php?
Jason Keath
Member
Posted 4 years ago #
it is a conflict with the intense debate plugin
Panetes
Member
Posted 4 years ago #
Hi jakrose, I am having the same problem with the intense debate plugin.
Can you give me a hint of how you solved it?
Thanks a lot!
Jason Keath
Member
Posted 3 years ago #
I stopped using it and switched to Disqus.