Title: Classic Theme Commentform Bug
Last modified: August 19, 2016

---

# Classic Theme Commentform Bug

 *  [mizuno-php-web](https://wordpress.org/support/users/mizuno-php-web/)
 * (@mizuno-php-web)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/classic-theme-commentform-bug/)
 * In Classic 1.5 theme, comments.php has a bug.
 * When there is no comments, a message is shown ‘No comments yet.’
    That’s OK for
   most cases, but,
 * If a post does not accept comments, it is also shown ‘No comments yet.’
 * This occurs because the number of comments is checked, as shown below.
 *     ```
       Line 17: <?php if ( $comments ) : ?>
       ...
       Line 31: <?php else : // If there are no comments yet ?>
       Line 32:     <?php _e('No comments yet.'); ?>
       Line 33: <?php endif; ?>
       ```
   
 * I think ‘Sorry, the comment form is closed at this time.’ is a better message,
   if comments are NOT accepted.

The topic ‘Classic Theme Commentform Bug’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [mizuno-php-web](https://wordpress.org/support/users/mizuno-php-web/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/classic-theme-commentform-bug/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
