Title: Comments on single.php
Last modified: August 19, 2016

---

# Comments on single.php

 *  [myinstinctwaswrong](https://wordpress.org/support/users/myinstinctwaswrong/)
 * (@myinstinctwaswrong)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/comments-on-singlephp/)
 * I’m trying to get the comments popup link to show on a single post.
    I’m using
   this:
 * `<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?
   >`
 * But have read that this was not designed to be used on a single post.
 * My question – is there an alternative?
 * I want to give ppl the ability to comment, but don’t want to clutter the post
   with a form – just a link that pops up the form

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [jillsays](https://wordpress.org/support/users/jillsays/)
 * (@jillsays)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/comments-on-singlephp/#post-891035)
 * use this as a workaround. works wonders for me:
 * `<a>#comments"><?php comments_number('No Comments', '1 Comment', '% Comments');?
   ></a>`
 *  [jillsays](https://wordpress.org/support/users/jillsays/)
 * (@jillsays)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/comments-on-singlephp/#post-891036)
 * `<a href="<?php the_permalink(); ?>#comments"><?php comments_number('No Comments','
   1 Comment', '% Comments'); ?></a>`
 * whoops… let me try that one more time…
 *  [mariostella](https://wordpress.org/support/users/mariostella/)
 * (@mariostella)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/comments-on-singlephp/#post-891059)
 * Jill, please try that again as I only get my url with #comments added at the 
   end.. do you get a popup window with this code?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Comments on single.php’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [mariostella](https://wordpress.org/support/users/mariostella/)
 * Last activity: [17 years, 5 months ago](https://wordpress.org/support/topic/comments-on-singlephp/#post-891059)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
