
內容簡介
當您在 WordPress 中創建一個新文章時,發布日期會被設置為「立即」,該外掛程式使您可以更好地控制此行為並選擇設定日期或時間。
例如,您可以選擇將新文章排程在:
下個月的第一個星期二下午5:30
下個星期一上午9:00
星期五晚上7:30
PHP 的 (strtotime)[http://php.net/manual/en/datetime.formats.php] 函數所能理解的任何格式都可以使用。
設置是針對每個使用者進行的,只需前往您的個人資料頁面!
此程式碼根據 GPL v2 釋出,詳細資訊請參閱 license.txt。
外掛標籤
開發者團隊
原文外掛簡介
When you create a new post in WordPress, the publish date is set to ‘immediately’, this plugin allows you more control over this behaviour and set a date or time of your choosing.
For example, you can choose to have new posts scheduled for:
first Tuesday of next month at 5:30pm
next Monday at 09:00
Friday at 19:30
Any format that PHP’s (strtotime)[http://php.net/manual/en/datetime.formats.php] function can understand can be used.
Settings are on a per user basis, just go to your profile page!
This code is released under the GPL v2, see license.txt for details.
