Title: Future
Author: msudvarg
Published: <strong>2013 年 4 月 23 日</strong>
Last modified: 2014 年 10 月 18 日

---

搜尋外掛

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

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

# Future

 由 [msudvarg](https://profiles.wordpress.org/msudvarg/) 開發

[下載](https://downloads.wordpress.org/plugin/future.1.2.4.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/future/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/future/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/future/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/future/#developers)

 [技術支援](https://wordpress.org/support/plugin/future/)

## 外掛說明

The ‘Future’ plugin allows posts with future scheduled dates to be integrated into
a site. This can be useful, for example, with events that have associated dates 
in the future. Such future posts can, with this plugin, be displayed, both individually
and in archive lists. This plugin also adds functionality to the built-in calendar
widget. It adds a checkbox to include future posts in the calendar, and it allows
the calendar to be configured to show posts from a single category.

## 螢幕擷圖

[⌊Future post control on Wordpress's built-in menu editor⌉⌊Future post control on
Wordpress's built-in menu editor⌉[

Future post control on Wordpress’s built-in menu editor

[⌊New Calendar Widget with Category and "Include Future Posts" Checkbox⌉⌊New Calendar
Widget with Category and "Include Future Posts" Checkbox⌉[

New Calendar Widget with Category and “Include Future Posts” Checkbox

[⌊This screenshot was taken March 17, 2013. Notice that the April events are displayed
and the calendar widget shows only the Events category for April 2013.⌉⌊This screenshot
was taken March 17, 2013. Notice that the April events are displayed and the calendar
widget shows only the Events category for April 2013.⌉[

This screenshot was taken March 17, 2013. Notice that the April events are displayed
and the calendar widget shows only the Events category for April 2013.

## 安裝方式

 1. Upload ‘future.php’ to the /wp-content/plugins/ directory
 2. Go to the Plugins page in your WordPress Admin area and click ‘Activate’ for Future

## 常見問題集

  How to show future/scheduled posts?

On your page call, add the get variable ‘future’ and set this to true. For example:“
http://example.com/?cat=7&future=true” or “http://example.com/blog/2013/?future=
true”

Alternatively (and easier in many cases), in the menu editor, select “Display only
future posts” for any category pages in your menu structure.

This displays all future posts in ascending order of date.

  What if I want to display both past and future posts?

On your page call, set the variable ‘future’ to all. For example: “http://example.
com/?cat=7&future=all” or “http://example.com/blog/2013/?future=all”

Alternatively (and easier in many cases), in the menu editor, select “Display both
past and future posts” for any category pages in your menu structure.

This displays all posts (both published and scheduled) in descending order of date.

  What if I want my WordPress calendar widget to display my future/scheduled posts?

This plugin modifies the WordPress calendar widget so it now has a checkbox to “
Include Future Posts.” Simply check this box and the calendar will display all posts,
including future/scheduled posts.

  I only want future posts from one category to show up in my calendar. How do I
do this?

With this plugin, the WordPress calendar widget also has a dropdown box to select
a single category. You can select a category with or without checking the “Include
Future Posts” option, and the calendar will limit the posts it shows to this category.

## 使用者評論

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

### 󠀁[Simple, effective, please keep it updated!](https://wordpress.org/support/topic/simple-effective-please-keep-it-updated/)󠁿

 [jeffkaiser](https://profiles.wordpress.org/jeffkaiser/) 2016 年 9 月 3 日

Nice, clean and easy to use. Does all that I need for showing a category of upcoming
events. Thanks so much!

 [ 閱讀全部 7 則使用者評論 ](https://wordpress.org/support/plugin/future/reviews/)

## 參與者及開發者

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

參與者

 *   [ msudvarg ](https://profiles.wordpress.org/msudvarg/)

[將〈Future〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/future)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/future/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/future/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/future/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/future/)。

## 變更記錄

#### 1.2.4

 * Addresses issues with editing menus in WordPress 4.0 *

#### 1.2.3

 * Fixes an issue with duplicated link titles in the calendar *

#### 1.2.2

 * Added compatibility with the WordPress core function “paginate_links”

#### 1.2.1

 * Fixed a bug where the displayed calendar widget was reverting back to the WordPress
   default calendar widget
 * Fixed an issue where the controls in the menu editor were displaying on Page 
   menu objects instead of Category menu objects

#### 1.2

 * Fixed possible compatibility issues with new versions of WordPress (now tested
   up to version 3.9.1)
 * Added controls to display future and all posts to WordPress’s built-in menu editor

#### 1.1.2

 * Fixed a bug where linked dates in the calendar widget do not have post titles
   as link titles. Now hovering over dates in the calendar displays the relevant
   post titles from that day.

#### 1.1.1

 * Fixed a bug where the calendar widget’s “next” navigational link navigated to
   the previous, rather than the next, month

#### 1.1

 * Updated calendar widget code to more closely match WordPress’s default calendar
   widget code.
 * Fixed the calendar widget navigational links to be compatible with blogs that
   utilize non-default, nice-looking permalinks (e.g. /blog/2013 instead of /?m=
   2013).
 * Fixed a problem where deactivating/activating the plugin would remove the calendar
   widget from any widget areas where it was active

#### 1.0.1

 * 1.0.1 fixes a bug from 1.0 where selecting “All Categories” in the calendar widget
   made the widget show no posts.

#### 1.0

 * 1.0 is the first public release of the Future plugin, after having been developed
   and tested in its various versions on the Peace Economy Project’s website (http://
   www.peaceeconomyproject.org/).

## 中繼資料

 *  版本 **1.2.4**
 *  最後更新 **12 年前**
 *  啟用安裝數 **200+**
 *  WordPress 版本需求 ** 3.6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **4.0.38**
 *  語言
 * [English (US)](https://wordpress.org/plugins/future/)
 * 標籤:
 * [Future](https://tw.wordpress.org/plugins/tags/future/)[Future Posts](https://tw.wordpress.org/plugins/tags/future-posts/)
   [schedule](https://tw.wordpress.org/plugins/tags/schedule/)[scheduled](https://tw.wordpress.org/plugins/tags/scheduled/)
 *  [進階檢視](https://tw.wordpress.org/plugins/future/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  7 個 5 星使用者評論     ](https://wordpress.org/support/plugin/future/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/future/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/future/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/future/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/future/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/future/reviews/)

## 參與者

 *   [ msudvarg ](https://profiles.wordpress.org/msudvarg/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/future/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](http://peaceeconomyproject.org/wordpress/?page_id=23)