Future Posts
-
Hi,
this is a solution, not a question π
I have found a possibility to add future dates as well. it’s easy:
Just add the following into a new line in infinite_timeline.php:
—
$args[‘post_status’] = array( ‘publish’, ‘future’ );
—Best will be Line 113, so you will have:
—
112: $args[‘ignore_sticky_posts’] = 1;
113: $args[‘post_status’] = array( ‘publish’, ‘future’ );
114: $time_last = 0;
—
The topic ‘Future Posts’ is closed to new replies.