• Open wp-fullcalendar.php

    Find this function: public static function ajax

    Find this Line: $args[‘post_status’] = ‘publish’;

    Change it to: $args[‘post_status’] = array(‘publish’, ‘future’);

The topic ‘For those seeking future posts support..’ is closed to new replies.