Title: Auto-Schedule Posts
Author: David Miller
Published: <strong>04.09.2009</strong>
Last modified: 07.02.2013

---

Шукати плагіни

Цей плагін **не перевірявся з останніми 3-ма основними випусками WordPress**. Можливо,
він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності
при використанні з більш новими версіями WordPress.

![](https://s.w.org/plugins/geopattern-icon/auto-schedule-posts.svg)

# Auto-Schedule Posts

 Від автора [David Miller](https://profiles.wordpress.org/davidjmillerorg/)

[Завантажити](https://downloads.wordpress.org/plugin/auto-schedule-posts.zip)

 * [Деталі](https://uk.wordpress.org/plugins/auto-schedule-posts/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/auto-schedule-posts/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/auto-schedule-posts/#installation)
 * [Розробка](https://uk.wordpress.org/plugins/auto-schedule-posts/#developers)

 [Підтримка](https://wordpress.org/support/plugin/auto-schedule-posts/)

## Опис

Auto-Schedule posts catches posts as they are published and holding them until the
previously set criteria are met for the proper publication time.

You can set publication between certain hours, limit publication to certain days,
and specify a minimum time period between posts.

## Скріншоти

 * [[
 * This is a sample options page displayed in Wordpress 2.8

## Встановлення

To install it simply unzip the file linked above and save it in your plugins directory
under wp-content. In the plugin manager activate the plugin. Settings for the plugin
may be altered under the Auto-Schedule Posts page of the Options menu (version 2.3)
or Settings menu (version 2.5 or later).

## Часті питання

  Can I publish overnight?

You can set a daily start time that is later than the daily end time to have posts
publish overnight while still limiting when posts are published.

  Why limit what times I publish?

It all depends on the purpose for your writing. Some people would want to publish
at any time, but if you want to set criteria this allows it. If your target is a
business audience you might want to publish during business hours (or days) – if
you have a thought outside of business hours it will be held until the next business
hours. If you are publishing for late night gamers you might want to publish after
regular business hours and late into the early morning.

  How can this help with multiple authors?

There are two ways it can help – one, different authors cannot accidentally publish
over top of each other; two, you can ensure that one author does not dominate all
the others by selecting posts from the least recently published author that has 
a post ready.

  How does randomized publishing work?

Selecting the option to randomize makes it so that posts will not publish every 
time it would be time to publish. Instead it publishes whatever percentage of the
time you specify in the posting probability field while still honoring the settings
for when to publish and th eminimum interval between posting. For example, if you
wished to post 4 times per day during an 8 hour window of time you could set the
publishing window between 9AM and 5PM then set the interval to 60 and the probablity
to 50. This would guarantee that posts are at least 60 minutes apart with a 50% 
probability that it would post within each 60 minute span after the 60 minute window
expired on the previous post. You could also set the interval to 30 and the probablity
to 25. This would guarantee that posts are at least 30 minutes apart with a 25% 
probability that it would post within each 30 minute span after the 30 minute window
expired on the previous post.

## Відгуки

![](https://secure.gravatar.com/avatar/8db8de3f7b4fdb4d899891bdd4b0ef5d60a65495ef7265143be6a3bdd4d650e5?
s=60&d=retro&r=g)

### 󠀁[Very Useful Plugin](https://wordpress.org/support/topic/very-useful-plugin-439/)󠁿

 [deepak rajput](https://profiles.wordpress.org/deepak-rajput/) 07.02.2017

Auto-Schedule Posts is very simple and useful plugin. I have share your plugin in
my blogpost.

 [ Прочитати всі 2 відгуки ](https://wordpress.org/support/plugin/auto-schedule-posts/reviews/)

## Учасники та розробники

“Auto-Schedule Posts” — проект з відкритим вихідним кодом. В розвиток плагіну внесли
свій вклад наступні учасники:

Учасники

 *   [ David Miller ](https://profiles.wordpress.org/davidjmillerorg/)

[Перекладіть “Auto-Schedule Posts” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/auto-schedule-posts)

### Цікавитесь розробкою?

[Перегляньте код](https://plugins.trac.wordpress.org/browser/auto-schedule-posts/),
перегляньте [сховище SVN](https://plugins.svn.wordpress.org/auto-schedule-posts/)
або підпишіться на [журнал розробки](https://plugins.trac.wordpress.org/log/auto-schedule-posts/)
за допомогою [RSS](https://plugins.trac.wordpress.org/log/auto-schedule-posts/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змін

#### 3.6

 * The custom post status is registered with WordPress so that posts queued for 
   automatic publishing can be seen and edited in the WordPress Posts admin area.
 * This version updates the deactivation function so that scheduled posts functionally
   become orphans. Previously deactivation would result in scheduled posts staying
   in the database but with a post status that would not show up anywhere in the
   WordPress Admin interface. The new deactivation function changes the status of
   scheduled posts to “draft” so that they can be handled as the author sees fit
   after the plugin has been deactivated.
 * New function to “Publish All” on the settings page – each queued post is published.
 * New function to “Delete This” on the settings page. Individual posts may be deleted
   without having to go to the post administration page.
 * This has been tested in WordPress 3.5.1

#### 3.5

 * This version adds compatibility for network activation on multisite installs 
   of WordPress. Special thanks to Franck for finding the problem and helping me
   test the fix. It also removes an unnecessary restriction where the interval was
   not allowed to be more than a single day – I decided to leave a restrictions 
   of 100 days. This has been tested in WordPress 3.2.1

#### 3.0

 * This version adds a feature that I had long hoped to offer – the ability to publish
   posts at random intervals with some control about how many posts are published
   in a day. Publication still takes place within the specified publication window
   but it only publishes a specified percentage of the time within that window. 
   I have also added options to publish a random post rather than the next post 
   in the queue or a random post by the least recent author.

#### 2.3

 * Special thanks to Chris Bell for finally tracking down the root cause of the 
   timezone bug and providing a fix. This version integrates that fix. This has 
   been tested in WordPress 3.2.1

#### 2.2

 * There were some bugs in version 2.1 that interfered with the publishing operations.
   There was also a bug in the force publish code that posted the wrong timestamp
   on the posts. This version resolves those issues. This has been tested in WordPress
   3.2.1

#### 2.1

 * As of WordPress 3.0 the publishing function was misinterpreting the system time
   and failing to publish or delay publication based on user settings. This version
   resolves those issues.

#### 2.0

 * Instead of setting posts to the distant future the plugin now sets them to a 
   new status – “auto-schedule” This removes them from the display of posts to edit.
   To compensate I have added a feature on the options page to edit posts waiting
   to be published as well as an option to force publication of a particular post
   without regard to the settings of the plugin. As a result of the bug in WP 2.9
   with internal cron jobs I also added a button to the options page that will manually
   publish a post in the event that automatic publishing is not happening (I hope
   that WordPress does not have the problem again, but I noticed a similar feature
   on another plugin that proved handy before the 2.9.1 upgrade so I am leaving 
   the feature in this plugin as well.

#### 1.0

 * After using this for quite some time I discovered one wrinkle to iron out – in
   version 0.9 the last published post time was not handled correctly so when updating
   options new posts could be published before the scheduled time. Now updating 
   options will not open the gate for an extra post to be published.

#### 0.9

 * A virtually beta release – the posts are caught and scheduled, but I would like
   to add a feature such as only scheduling on the hour (as opposed to at least 
   an hour apart).

## Мета

 *  Версія **3.6**
 *  Останнє оновлення **13 років тому**
 *  Активних встановлень **50+**
 *  Версія WordPress ** 2.3 або вище **
 *  Tested up to **3.3.2**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/auto-schedule-posts/)
 * Позначки
 * [auto-schedule](https://uk.wordpress.org/plugins/tags/auto-schedule/)[multi author](https://uk.wordpress.org/plugins/tags/multi-author/)
   [posts](https://uk.wordpress.org/plugins/tags/posts/)[scheduling](https://uk.wordpress.org/plugins/tags/scheduling/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/auto-schedule-posts/advanced/)

## Оцінки

 4 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/auto-schedule-posts/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/auto-schedule-posts/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/auto-schedule-posts/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/auto-schedule-posts/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/auto-schedule-posts/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/auto-schedule-posts/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/auto-schedule-posts/reviews/)

## Учасники

 *   [ David Miller ](https://profiles.wordpress.org/davidjmillerorg/)

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/auto-schedule-posts/)