Well, if they're posts in the future then they're not "now" right? ;)
Ok, ok.. I know... If you go into your stubfile, find the section that says:
# Here you can set a limit before which posts will be ignored
# You can use a unix timestamp value or 'now' which will hide all posts in the past
$timestamp_min = '';
# Here you can set a limit after which posts will be ignored
# You can use a unix timestamp value or 'now' which will hide all posts in the future
$timestamp_max = 'now';
and then you can insert the UNIX timestamp for the date threshold between which you'd like future-dated posts to be displayed...
Not using stubfiles...? Then make the same edits in the index.php file in the siteroot... Good luck...
Well, if they're posts in the future then they're not "now" right? ;)
Ok, ok.. I know... If you go into your stubfile, find the section that says:
and then you can insert the UNIX timestamp for the date threshold between which you'd like future-dated posts to be displayed...
Not using stubfiles...? Then make the same edits in the index.php file in the siteroot... Good luck...
jj.