Title: bug: comments are closed
Last modified: August 22, 2016

---

# bug: comments are closed

 *  Resolved [caique2001](https://wordpress.org/support/users/caique2001/)
 * (@caique2001)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/bug-comments-are-closed/)
 * With version 2.02 still comments are closed for WP 4.01.
 * The mistake is to set comments_status to “true” where it needs to be set to “
   open”.
 * Here are the code parts that need to be changed:
 * ./app/templates/settings-table.php: <label><input type=”radio” id=”allow_comments”
   name=”allow_comments” value=”open” <?php echo($this->options[‘settings’][‘allow_comments’]
   == open ? ‘checked=”checked”‘ : ”); ?> /> <?php _e(‘Yes’, ‘rss_pi’); ?></label
   >
    ./app/class-rss-post-importer.php: ‘allow_comments’ => open,
 * Cheers, André
 * [https://wordpress.org/plugins/rss-post-importer/](https://wordpress.org/plugins/rss-post-importer/)

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

 *  Plugin Author [feedsapi](https://wordpress.org/support/users/feedsapi/)
 * (@feedsapi)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/bug-comments-are-closed/#post-5641592)
 * Hey André,
 * **Thanks a bunch for the head up**, will get this sorted out with the next update,
   along with the categories getting listed all over the place. Having folks like
   you use my plugin is a privilege 🙂 . **Sorry for the inconvenience.**
 * Cheers,
    The RSS Post Importer Nerd
 * **PS:** Will get a commit ready asap, with the fix.
 *  Plugin Author [feedsapi](https://wordpress.org/support/users/feedsapi/)
 * (@feedsapi)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/bug-comments-are-closed/#post-5641696)
 * [@caique2001](https://wordpress.org/support/users/caique2001/) **fixed with the
   new update**, thanks again for the head up.
 * Cheers,
    The RSS Post Importer Nerd

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

The topic ‘bug: comments are closed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rss-post-importer_c49d6e.svg)
 * [RSS Post Importer](https://wordpress.org/plugins/rss-post-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rss-post-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rss-post-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/rss-post-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rss-post-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rss-post-importer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [feedsapi](https://wordpress.org/support/users/feedsapi/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/bug-comments-are-closed/#post-5641696)
 * Status: resolved