• Resolved caique2001

    (@caique2001)


    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/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author feedsapi

    (@feedsapi)

    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

    (@feedsapi)

    @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.