According to my host WordPress scheduled tasks rely on a connection back to the same server, which is disabled on all their servers for security reasons.
Therefore I am unable to use the blog scheduling function in WP. However I have been told there is a workaround by adding the following to defines in my wp-config.php file:
define('ALTERNATE_WP_CRON', true);
Dont really want to edit original php files without guidance. Any ideas where I add this.
Regards
Mark
