Hi I just updated my theme last week without backing up so I had to go through all this again. Anyway I did as per Ben’s suggestion. I copied loop.php and renamed it to single-wysijap.php. Open up single-wysijap.php and commented out <?php comments_template( ”, true ); ?>
AND
<p class=”comment-number”><?php comments_popup_link( __( ‘Leave a Comment’, ‘pilcrow’ ), __( ‘1 Comment’, ‘pilcrow’ ), __( ‘% Comments’, ‘pilcrow’ ) ); ?></p>
AND if you want to remove dates:
” title=”<?php echo esc_attr( sprintf( __( ‘Permalink to %s’, ‘pilcrow’ ), the_title_attribute( ‘echo=0’ ) ) ); ?>” rel=”bookmark”><?php the_time( get_option( ‘date_format’ ) ); ?>
<?php edit_post_link( __( ‘Edit’, ‘pilcrow’ ), ‘<span class=”edit-link”> | ‘, ‘</span>’ ); ?>
Hope that helps!