Viewing 1 replies (of 1 total)
  • Theme Author nobita

    (@nobita)

    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.