Forums

[resolved] Comments Popup Link not rendering correctly (4 posts)

  1. jakrose
    Member
    Posted 10 months 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"

  2. jakrose
    Member
    Posted 10 months 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?

  3. jakrose
    Member
    Posted 10 months ago #

    it is a conflict with the intense debate plugin

  4. Panetes
    Member
    Posted 10 months 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!

Reply

You must log in to post.

About this Topic