JennyBHoney
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Scheduling PostsThank you so much abletec! That worked and my test post posted as scheduled.
To think, I was about to hire someone to help me out…
Forum: Fixing WordPress
In reply to: Scheduling PostsAndre, I updated to WordPress 4.0 yesterday, but first noticed the problem on 8/29.
Forum: Fixing WordPress
In reply to: Scheduling PostsThanks Abletec – it’s definitely a bit overwhelming. I disabled the cache program I was using, scheduled a test post and still no go. Also, my timezone is correct.
I found the cron.php file as well as the area to add Cron Jobs in my c-panel (I use bluehost currently.) Do I have to modify the cron.php file to add manual cron jobs? Also, I need to enter a command … I been doing some poking around and found a site that recommends this command:
*/5 * * * * wget -q -O – “http://mydomain.com/wp-cron.php?doing_wp_cron=
date +\%s” > /dev/null 2>&1I think that means every 5 minutes run wp_cron – do I need to put that all in when Bluehost’s options offer drop down menus of time increments?
Forum: Fixing WordPress
In reply to: Scheduling PostsThank you abletec, I will see if I can figure it out.
Forum: Fixing WordPress
In reply to: Scheduling PostsMy site receives a few hundred visitors every day. Does the traffic need to be at the exact same time the post is scheduled to go live?