lost programming

Hi Ivan.

From what you say, it is a problem with the WordPress cron.

The wordpress cron is a bit special and it doesn’t work very well, I’ll explain:

For the cron to work, something needs to be running in your installation at the time the publications are scheduled, that is, some user is visiting your website.

The best thing in this case is to run the cron from your cPanel account.

The first thing will be to disable the WordPress cron.

.- Access your cPanel account -> File manager.

.- Access the folder of your installation and edit the file wp config

.- Add the following to the end of the file

define(‘DISABLE_WP_CRON’, true);

the next thing will be to create a Cron task from your cPanel account

.- Go to cPanel -> Advanced -> Cron Jobs

.- In the option Common configuration Choose twice an hour (You can modify it if you want it to run more times)

In the Command option add the following:

wget -q -O – -t 1 https://yourdomain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

Replace the URL of your domain with the URL of the web that has to execute the cron.

Check if that fixes it.

All the best

AnswerQuote

Answered: 11/09/2020 9:18 am

See also  Ads google adsense wordpress newspaper X theme
Loading Facebook Comments ...
Loading Disqus Comments ...