• Hi,

    I usually post for the future and I would like to show my visitors what’s on the docket for the coming days.

    Is there any way to do this?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • sunshinedaniel

    (@sunshinedaniel)

    in wp-includes/classes.php look for:
    $where .= " AND post_date_gmt <= '$now'";
    and replace it with:
    // $where .= " AND post_date_gmt <= '$now'";
    It should be in line 591.

    I wrote a plugin for that case. You can download it at: https://www.danielschindler.de/wp/show_all/

    I was looking for this as well. ??

    Thanks,
    -drmike

    This link works for me, for sunshinedaniel’s plugin
    https://www.danielschindler.de/wp_show_all.html
    The link he posted above gave me 404 Error.

    I have not decided whether to try this myself yet, because I got used to the way WP does it (allowing your future post to magically appear at the scheduled time). But in the past I have wanted this functionality. Now I have a different idea:

    Now I want “Future Posts” integrated with the WP Calandar function, so that, if there is a Future Post, that date is highlighted on the calandar and it is a link (or a pop up) to the post. Also the calandar would still have the Past-Posts, just like it has now, for access to archives posts listed by date on the calandar. Any ideas for this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Any way to show visitors future posts?’ is closed to new replies.