Title: Allow comments on blank template
Last modified: March 14, 2020

---

# Allow comments on blank template

 *  Resolved [nicolasrodi](https://wordpress.org/support/users/nicolasrodi/)
 * (@nicolasrodi)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/allow-comments-on-blank-template/)
 * Hi,
    I would like to add comment on this page that is a blank template. I select
   Discussion, and Comment in the screen options, but nothing appears afterwards.
   Can you help me?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fallow-comments-on-blank-template%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Joy](https://wordpress.org/support/users/joyously/)
 * (@joyously)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/allow-comments-on-blank-template/#post-12544646)
 * The screen options are for selecting which metaboxes show. The Discussion metabox
   itself has the option for allowing comments on that particular page.
 * If the page is unpublished, you won’t see the Comments option in Screen Options.
   It is there when the page is published. The Comment metabox is for moderating
   the comments on that page.
 * The screen options should be saved per user, so setting them once in a published
   page should make it so you see that each time you are in the editor.
    Be aware
   that the Screen Options interface is different for the Classic Editor and the
   block editor.
 *  Thread Starter [nicolasrodi](https://wordpress.org/support/users/nicolasrodi/)
 * (@nicolasrodi)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/allow-comments-on-blank-template/#post-12544705)
 * Yes, I checked the metaboxes, but nothing appears on my published page. What 
   am I not understanding?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/allow-comments-on-blank-template/#post-12544796)
 * what is the code of the loop in that custom page template?
 * does the code call `comments_template()` anywhere?
 *  Thread Starter [nicolasrodi](https://wordpress.org/support/users/nicolasrodi/)
 * (@nicolasrodi)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/allow-comments-on-blank-template/#post-12544808)
 * A part of the code:
 * <?php
    if ( ! $is_page_builder_used && comments_open() && ‘on’ === et_get_option(‘
   divi_show_pagescomments’, ‘false’ ) ) comments_template( ”, true ); ?>
 * Should it work with that?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/allow-comments-on-blank-template/#post-12544872)
 * > Should it work with that?
 * depends on the conditions…
 * try without the conditional stuff, just use;
 * `<?php comments_template( '', true ); ?>`
 *  Thread Starter [nicolasrodi](https://wordpress.org/support/users/nicolasrodi/)
 * (@nicolasrodi)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/allow-comments-on-blank-template/#post-12546619)
 * By the way, it just appeared after night…?!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Allow comments on blank template’ is closed to new replies.

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [screen option](https://wordpress.org/support/topic-tag/screen-option/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 4 participants
 * Last reply from: [nicolasrodi](https://wordpress.org/support/users/nicolasrodi/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/allow-comments-on-blank-template/#post-12546619)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
