• I am using this code:
    <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
    to show the comments link. The link shows up (http://thedenverelement.com.previewdns.com/) but when clicked it doesn’t go to the /#respond page and consequently no comments form opens up.

    What am I missing here?

    Thanks in advance…

Viewing 4 replies - 1 through 4 (of 4 total)
  • <?php comments_popup_link(__('No Comments'), __('1 Comment'), __('% Comments')); ?>

    Thread Starter RockyMtnHi

    (@rockymtnhi)

    Thanks for the reply, but I tried this code and it still didn’t open the comments form.

    Thread Starter RockyMtnHi

    (@rockymtnhi)

    It is important that I get comments working for this client. Does anyone have input to this problem? It would help me a great deal.

    Thanks

    Thread Starter RockyMtnHi

    (@rockymtnhi)

    Found it on my own. The WP code for adding comments is:

    <div id="comments-template">
    	<?php comments_template(); ?>
    </div>

    I used the comments-template div so I can control the size of the comment text area object in CSS.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘comments_popup_link doesn’t open comments page’ is closed to new replies.