• The plugin works quite well. However, it was irritating that posts in the future are not displayed. This is primarily due to the query in the plugin as to whether the status is “publish”. However, WordPress sets this to “future” for the posts. However, this could be

    $args[‘post_status’] = array(‘publish’, ‘future’); // shows ‘publish’ and ‘future’ status

    solved.

  • You must be logged in to reply to this review.