I am currently in version 3.1 of WordPress and I have a problem with planning my post. In fact, whenever I plan a post, it is written: “Scheduled missed. Could you help me please.
2 Answers
Due to your server configuration, you may need to use the alternate cron method, which uses redirect rather than http loopback.
Try adding the following to your wp-config.php
file:
// Alternate cron method
define( 'ALTERNATE_WP_CRON', true );