Title: [Theme: raindrops] Missing comments link?
Last modified: August 20, 2016

---

# [Theme: raindrops] Missing comments link?

 *  [fmofmpls](https://wordpress.org/support/users/fmofmpls/)
 * (@fmofmpls)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/theme-raindrops-missing-comments-link/)
 * Hello. My comment link seems to be missing at the bottom of each post. Can anybody
   please assist me with this?
 * Blog – [http://universalmonsterarmy.com/blog/](http://universalmonsterarmy.com/blog/)
 * Thanks for the assistance!
 * [http://wordpress.org/extend/themes/raindrops/](http://wordpress.org/extend/themes/raindrops/)

Viewing 1 replies (of 1 total)

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/theme-raindrops-missing-comments-link/#post-2280999)
 * Hi fmofmpls
 * Your custom comment link maybe was written like this ?
    line46
 *     ```
       while (have_posts()){
       		the_post();
       ?>
        <a href="<?php comments_link(); ?>"><?php comments_number(); ?></a>
       <li>
         <div id="post-<?php echo $post->ID; ?>" <?php post_class(); ?>>
       <?php 	if( in_category( "gallery" )){     ?>
       ```
   
 * If you need comment link at the bottom of each post.
    line 148
 *     ```
       <?php 		edit_post_link( __( 'Edit', 'Raindrops' ), '<span class="edit-link">', '</span>' ); ?>
           </div>
       <?php } ?>
        <a href="<?php comments_link(); ?>"><?php comments_number(); ?></a>
           <br class="clear" />
         </div>
       </li>
       <?php
       } //end while
       ```
   
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘[Theme: raindrops] Missing comments link?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [nobita](https://wordpress.org/support/users/nobita/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/theme-raindrops-missing-comments-link/#post-2280999)
 * Status: not resolved