Tagged Questions
2
votes
1answer
86 views
Scheduled Posts and wp-cron - Why don't scheduled posts publish if too old?
I notice that the documentation for wp_schedule_single_event mentions the following:-
The action will fire off when someone visits your WordPress site, if the schedule time has passed.
However ...
0
votes
1answer
519 views
Force Publish Future (Scheduled) Posts Immediately
I am trying to force publish 'future' or 'scheduled' posts, and I am having trouble
The reason I am asking is because I am creating a site that allows users to do the editing on the front of the ...
9
votes
4answers
183 views
How can I time the publishing of a page or post?
Sometimes it would be nice to be able to set a draft to be published when I'm not in front of the keyboard. Is this possible? If so, how?