• Resolved Jason Keath

    (@jakrose)


    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”

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Jason Keath

    (@jakrose)

    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?

    Thread Starter Jason Keath

    (@jakrose)

    it is a conflict with the intense debate plugin

    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!

    Thread Starter Jason Keath

    (@jakrose)

    I stopped using it and switched to Disqus.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comments Popup Link not rendering correctly’ is closed to new replies.