nordlund
Forum Replies Created
-
I’ve tried the new version and it seems to do what it should. The bug is removed and it’s really nice that it doesn’t schedule pages any more either.
Great work, I think you can release this.
Alex: I’m Swedish. Great that you could use my idea to find a solution to this. I think it makes this plugin even greater.
Hi all,
I’ve found a solution that seem to work. In the pts_do_publish_schedule function I added the condition:
if( !(strstr($_SERVER['REQUEST_URI'], 'wp-admin/post-new.php') || strstr($_SERVER['REQUEST_URI'], 'wp-admin/post.php')) ){ return $post; }
after the
global
definitions. I’ve done some quick tests on my site and it seems to do what it should. It schedules my posts and nothing else. Alex maybe you could add this to an update of the plugin.Of course this makes the plugin schedule only posts and not pages, which is what I want, but might not be what everybody wants.
[Edit] Seems like the post.php and post-new.php is used for pages as well, so that behaviour would be unaffected.
globalaperta, I think that is a bug in wordpress and not in this particular plugin. I’m using the plugin WP Missed Schedule (https://www.ads-software.com/extend/plugins/wp-missed-schedule/) it solved the issue of scheduled posts not been published correctly for me.
Hi Alex,
I’m really truly sorry if I offended you, I’m not a native english speaker and might have phrased it poorly.
I really think this a really great plugin!
It’s awesome that it’s provided for free and I’m one of your thousands of happy users. I just wanted to provide some insights I found when debuggning my problem with updating menus, that I managed to reproduce the bug in different themes, one of them the standard twenty eleven theme. I was hoping this would save some trouble when reproducing the bug.
I’m a novice on the WP database, and have not looked at the plugin code at all. But if I were to find a solution I would of course share it with you and all your users.
Again, sorry if I offended you. You are doing great work and it’s a great plugin!
I can confirm this bug. I’m using the Atheros theme for my site, but have also tested and confirmed the bug in the Twenty Eleven theme. It’s a shame in an otherwise great plugin.