Guru Kallam
Forum Replies Created
-
Forum: Networking WordPress
In reply to: scheduled posts not working on main siteAdd this line to wp-config.php file, then it will work fine.
define(‘ALTERNATE_WP_CRON’, true);
I have read one article in wordpress blogs, and I added to my config file, it worked perfectly fine with my multi site.
In his discussion I learned there is nothing to do with word press, some times web server doesn’t load the wp-cron.php file contents, so if you keep the above line in config file it worked fine. and also published my previously missed schedule posts automaticallyForum: Networking WordPress
In reply to: scheduled posts not working on main siteHi andrea, I am facing the same problem for my site. I sheduled some posts to publish on next day. but It warned me as <b>Missed schedule</b> after the next day.
yes, me too found same problem when i was installing in multisite, but I found alternative solution it works very well.
put the plugin in your plugin directory(or just install), dont do network activate, go to each individual blog you created through network try to activate for only that blog.
do the above step for all multisite blogs