Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • People having troubles with modyfing the calendar to display future posts:

    even as a total PHP noob, I’ve managed it ??

    line599, general-template.php

    change

    AND post_date < '" . current_time('mysql') . '\'', ARRAY_N);

    into

    AND post_date <> '" . current_time('mysql') . '\'', ARRAY_N);

    Hope this helps other people out, as i saw this request often!
    Now you can use WordPress more as an event organizer/manager if future dates are tagged as published

    cheers!
    H

    PS. I understand Otto’s view, but hell, it’s funky to use things for other purposes they’re designed for.
    I used to use my old car as a storage space. Still could drive with it :p

    Ok, some searching through the code and even as a total PHP noob, I’ve managed it ??

    line599, general-template.php

    change

    AND post_date < '" . current_time('mysql') . '\'', ARRAY_N);

    into

    AND post_date <> '" . current_time('mysql') . '\'', ARRAY_N);

    Hope this helps other people out too!
    Now you can use WordPress more as an event organizer/manager if future dates are tagged as published

    cheers!
    H

    I would love to know this too. The calendar displays the months of future posts, but the dates aren’t linked.
    This must be something small, right?

Viewing 3 replies - 1 through 3 (of 3 total)