內容簡介
排程您的內容外掛可以幫助您在特定時間段內在您的 WordPress 網誌中顯示內容。您可以決定何時開始顯示內容和何時停止顯示內容。
此外掛使用短碼,可在文章內容、頁面內容或文字工具中編寫。此外掛使用 4 個參數來排程您的內容。
短碼:[scheduler] 這裡是您的內容 [/scheduler]
參數:start_date、start_time、end_date、end_time
日期必須使用 YYYY-MM-DD 格式,時間必須使用 24 小時制格式。
以下為一個簡單的範例,可幫助您排程特定時間段的內容:
[scheduler start_date=’2012-05-13′ start_time=’06:30′ end_date=’2012-06-13′ end_time=’09:30′]
這是排程的內容。
[/scheduler]
以下是一個範例,在每天早上 9 點到 10 點之間排程您的內容。
[scheduler start_date=” start_time=’09:00′ end_date=” end_time=’10:00′]
這是排程的內容。
[/scheduler]
以下是一個範例,當您希望您的內容在特定日期和時間過期時使用。
[scheduler start_date=” start_time=” end_date=’2012-05-16′ end_time=’10:00′]
這是排程的內容。
[/scheduler]
以下是一個範例,當您希望從特定日期和時間開始顯示您的內容,而不希望它過期時使用。
[scheduler start_date=’2012-05-12′ start_time=’10:00′ end_date=’2099-05-16′ end_time=”]
這是排程的內容。
[/scheduler]
外掛標籤
開發者團隊
原文外掛簡介
Schedule your content plugin can help you in showing content within your wordpress blog for a specific period. You can decide when to start showing content and when to stop showing content.
This plugin uses shortcodes which can be written within the post content or page content or in text widget also. This plugin uses 4 parameters to schedule your content.
shortcode: [scheduler] Here is your content[/scheduler]
Parameters: start_date, start_time, end_date, end_time
Date must be in YYYY-MM-DD format and time must be in 24-hour format.
Here is the simple example where you schedule your content for specific period:
[scheduler start_date=’2012-05-13′ start_time=’06:30′ end_date=’2012-06-13′ end_time=’09:30′]
This is scheduled Content.
[/scheduler]
Here is the example where you want to schedule your content daily within 9am to 10am.
[scheduler start_date=” start_time=’09:00′ end_date=” end_time=’10:00′]
This is scheduled Content.
[/scheduler]
Here is the example when you want your content should be expired on specific date and time.
[scheduler start_date=” start_time=” end_date=’2012-05-16′ end_time=’10:00′]
This is scheduled Content.
[/scheduler]
Here is the example when you want to start showing your content on specific date and time and do not want it to be expired.
[scheduler start_date=’2012-05-12′ start_time=’10:00′ end_date=’2099-05-16′ end_time=”]
This is scheduled Content.
[/scheduler]
