• Resolved kmessinger

    (@kmessinger)


    Somewhere in time my comments popup stopped working. This is the code in my index.php file
    <p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?>Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('What do you think? <img src="/wp-content/extra/icon_megaphone.gif" width="13" height="9" alt="Yes?" />&nbsp;»', '1 Comment »', '% Comments »'); ?></p>

    I disabled all plugins with no change and checked this in IE8 and FF. While my normal comments work, I would prefer to use the popup. Has the nested comments feature made the popup obsolete?

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter kmessinger

    (@kmessinger)

    Somehow I had deleted this code in header.php <?php comments_popup_script(600, 800); ?>

    Now it works fine.

Viewing 1 replies (of 1 total)
  • The topic ‘Comments popup no longer functions’ is closed to new replies.