Support » Themes and Templates » Delayed Publish

  • cmme123

    (@cmme123)


    I am using the Socrates theme with my WP blog and when I set the publish date for a post to the following day it does not publish the post at all. The people at Socrates claim the problem is not with their theme. Any ideas?
    Thanks
    Wayne

Viewing 5 replies - 1 through 5 (of 5 total)
  • Chip Bennett

    (@chipbennett)

    They are correct; this is not a Theme issue.

    It is likely a problem with wp-cron not firing properly, which most likely stems from an issue with your server setup/configuration.

    Thread Starter cmme123

    (@cmme123)

    Thanks Chip, I’ll check with hostgator.
    Wayne

    Thread Starter cmme123

    (@cmme123)

    Hi Chip, I hope you are still around. Here is my wp-cron file but I’m not sure what part of it isn’t working. Can you see what it might be?
    Thanks
    Wayne
    $schedule = $v[‘schedule’];

    if ($schedule != false) {
    $new_args = array($timestamp, $schedule, $hook, $v[‘args’]);
    call_user_func_array(‘wp_reschedule_event’, $new_args);
    }

    wp_unschedule_event($timestamp, $hook, $v[‘args’]);

    do_action_ref_array($hook, $v[‘args’]);

    Chip Bennett

    (@chipbennett)

    Sorry, I’m not really a cron expert. 🙂

    I know that I had problems with scheduled posts firing, and I had to enable the alternate cron method via wp-config.php. You might want to take a look at that.

    Thread Starter cmme123

    (@cmme123)

    Thanks Chip, I’ll see what I can do.
    Wayne

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Delayed Publish’ is closed to new replies.