Understanding WP Cron
-
Hi, what will be the best way to activate WordPress cron if your site has no hits or visits?
Just starting out my new DAILY BIBLE QUOTE blog and I have no hits yet. I have scheduled a post to published “once every day at 6:00 AM”. Since I have no hits I’m afraid the scheduled post will not get published, so i add cronjob on my shared cpanel hosting using the code below:
0 6 * * * wget -O /dev/null --timeout=120 https://mysite.com/wp-cron.php?doing_wp_cron=true
So my question is will the scheduled post gets published using the command above or querying only the site
https://mysite.com/
is enough to do the job?
OR
Do i need to scheduled the post at 6:05AM and add crontab to run at 6:00AM ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Understanding WP Cron’ is closed to new replies.