Title: Add Comment Link Missing
Last modified: August 19, 2016

---

# Add Comment Link Missing

 *  [ryguy3499](https://wordpress.org/support/users/ryguy3499/)
 * (@ryguy3499)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/add-comment-link-missing/)
 * Hi There,
 * I need some help, I have looked everywhere and I cannot figure out how to add
   the leave a comment link to my blog. [http://ryanmalfara.com](http://ryanmalfara.com)
 * I have searched the forum, yet cannot find an easy explanation. Can you please
   help me.

Viewing 1 replies (of 1 total)

 *  [Roy](https://wordpress.org/support/users/gangleri/)
 * (@gangleri)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/add-comment-link-missing/#post-903671)
 * `<?php comments_popup_link(__('Comment'), __('1 Comment'), __('% Comments'));?
   >`
    This goes in the index.php of your theme.
 * `<?php comments_template(); ?>`
    This in your single.php.
 *     ```
       /* Comments */
   
       #comments {
       	margin:0 2em;
       }
   
       .commentlist {
       	margin:0;
       	padding:0;
       	list-style:none;
       }
   
       .commentlist li {
       	padding:2em 0;
       	overflow:auto;
       	border-bottom:0.1em solid #DEC8A6;
       }
   
       .commentlist p {
       	margin:0.5em 0;
       	font-size:1.1em;
       }
   
       .commentlist p a {
       	border-bottom:1px solid #ddd;
       }
       .commentlist p a:hover {
       	border-bottom:1px solid #157;
       	text-decoration:none;
       }
   
       .commentlist h4 {
       	margin:0;
       }
   
       textarea#comment {
       	font-size:1.2em;
       	width:100%;
       }
   
       .commentlist img.avatar {
       	align: left; margin: 0 0 0 0px; padding: 0px; border:0px solid #eee;
       }
       /* Comment ends */
       ```
   
 * In the stylesheet.
 * Of course that’s all just how it’s in my theme, but just to give you an idea.
   Also you can compare your theme to the default WP theme.
 * Be sure to under “settings” “discussion” you allow people to leave comments.

Viewing 1 replies (of 1 total)

The topic ‘Add Comment Link Missing’ is closed to new replies.

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)

 * 1 reply
 * 2 participants
 * Last reply from: [Roy](https://wordpress.org/support/users/gangleri/)
 * Last activity: [17 years, 7 months ago](https://wordpress.org/support/topic/add-comment-link-missing/#post-903671)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
