Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Auto Schedule

Описание

The purpose of this plugin is for automatically set the scheduled date just with one click. This is useful since it not that convenient to set schedule in WordPress. The plugin can set the date (including the month and the year) & time (hour & minutes) automatically and can be changed from the settings page.

Please see the screenshots to see how it look like.

This plugin works by adding a button in the post editor page, but this button only shows for the drafted post to avoid cluttering the editor page. When the button is clicked, the plugin will find the date that is available (have a less scheduled post than the limit). If there is some date that available, the plugin will assign the nearest available future date.

However, to automatically set the schedule set for you, this plugin will add single javascript only when you are in the editor. What this javascript do is:

  1. Find the date that are available based on data generated in PHP.
  2. Set the schedule in the page.

This javascript do not have any data communication with the server (since I don’t know how anyway). This javascript only set the schedule from the element in the editor page such as edit button, publish button, etc. This is really simple plugin after all.

Скриншоты

  • https://ps.w.org/auto-scheduling/assets/screenshot-1.png
  • https://ps.w.org/auto-scheduling/assets/screenshot-2.png
  • https://ps.w.org/auto-scheduling/assets/screenshot-3.png

Установка

  1. Upload the plugin files to the /wp-content/plugins/auto-schedule directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Auto Schedule screen to configure the plugin (or skip this one if want to use the default)
  4. Start creating a new post or edit the draft.
  5. Click the schedule button
  6. Profit

Часто задаваемые вопросы

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/auto-schedule directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Auto Schedule screen to configure the plugin (or skip this one if want to use the default)
  4. Start creating a new post or edit the draft.
  5. Click the schedule button
  6. Profit

Отзывы

Нет отзывов об этом плагине.

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

«Auto Schedule» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Auto Schedule» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0

  • Initial Release