Why cron doesn’t work to me?
Do you have define(‘DISABLE_WP_CRON’, true); set in wp-config? You need it to have the system cron fire up the wp-cron tasks. Go to the bottom of the database settings in wp-config.php, typically around line 37, and add it. Then setup the system cron to fire up the wp-cron tasks: */5 * * * * wget … Read more