• My comment link is not showing up on my single.php page. It is the same has on all other pages and they all work fine. I have <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> on each page. Anybody know why this is?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Actually, while investigating something else, I found this comment on the source of the comments_popup_link function:

    * comments_popup_link() - Displays the link to the comments popup window for the current post ID.
    *
    * Is not meant to be displayed on single posts and pages. Should be used on the lists of posts

    So it looks like it must be used outside the single post view. And you should not need it. Maybe looking at single.php in some themes would help?

    Anybody can solve this problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘comments_popup_link in single.php not appearing’ is closed to new replies.