• Modifying 2010, and can’t manage to get the comments to appear on the index.php under each post.

    Editing loop.php and placed <?php comments_template( '', true ); ?> as below:

    <span class="tag-links">
    <?php printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?>
    </span>
    
    <span class="meta-sep">|</span>
    <?php endif; ?>
    </div><!-- .entry-utility -->
    <?php comments_template( '', true ); ?>
    </div><!-- #post-## -->
    
    <?php endif; // This was the if statement that broke the loop into three parts based on categories. ?>
    
    <?php endwhile; // End the loop. Whew. ?>

    Any help? Thanks.

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