• First off – great plug-in. The interface is simple, and it does work…. but only if I want to post 1 post a day. I have updated all fields to say 3 posts a day, but when I turn on the details for the scheduler, it showed me (3 of 1) posts scheduled. Meaning that it is not recognizing my “3”, and instead thinks it should only post 1.

    I tried changing everything to 1, saving the settings, and then changing them again, but it does not seem to work. I am running on the latest version of Chrome, on a Mac, with the latest WordPress version, and the latest version of your plug-in.

    Please let me know what I can do to get this working correctly, and I will gladly donate a few dollars to the cause!

    https://www.ads-software.com/extend/plugins/publish-to-schedule/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi
    Same problem here
    IE and FFX, latest WP

    I’m having the same problem.

    It’s a great plugin, and the interface is awesome, but it only wants to schedule 1 post a day.

    Open up the plugin file and find the pts_getMaxPostsDay function, replacing with the code as follows:

    function pts_getMaxPostsDay($datetimeCheck){
    
    	$options = get_option('publish-to-schedule');
    	$opt = 'pts_'.date('w',$datetimeCheck);
    	return $options[$opt];
    
    }

    You sir are a champion

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not Posting as Options are Set’ is closed to new replies.