這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Image

Repeating Posts

外掛說明

In short, schedules repeating posts for future publishing.

Allows admins to take an existing post (aka template), and create clones of it for future publication. This is helpful for mass communication blogs which have recurring events or regularly scheduled announcements.

For example, a book club blog could have a post titled – “Team Leaders’ Monthly Meeting”. In just one click, the admin could schedule a clone of that post to run every 30 days from January through December.

After installing, find your post template, click on edit and scroll to the very bottom of the edit post page to find Repeating Post.

安裝方式

  1. Upload files to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

Can the posts be customized?

Currently, no. The plugin creates exact copies of the post.

However, since the posts are scheduled to be published in advance, you can then just customize future posts by editing them.

使用者評論

Image
2017 年 8 月 29 日
It half works. It doesn’t keep any categories or tags and sets all copies to post at 00:00 (Midnight) the date requested.
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Repeating Posts〉的開發相關工作。

參與者

將〈Repeating Posts〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.2

Now works with custom post types

For events (custom post type):

  • Ability to publish post immediately – allows you to announce the event right away, even though the event is in the future
  • Updates a custom meta field – custom_date – but need to generalize this somehow for other plugins.

0.1

Initial Version