Title: KickPress
Author: David Tufts
Published: <strong>2011 年 8 月 20 日</strong>
Last modified: 2016 年 2 月 20 日

---

搜尋外掛

![](https://ps.w.org/kickpress/assets/banner-772x250.jpg?rev=610234)

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

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

# KickPress

 由 [David Tufts](https://profiles.wordpress.org/rocketwood/) 開發

[下載](https://downloads.wordpress.org/plugin/kickpress.0.3.5.zip)

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

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

## 外掛說明

This version is a beta pre-release, all functions and variables are subject to change
without notice. Please report any issues to help make this a better product.

This plugin addresses many features that WordPress does not have out-of-the-box 
but that are interrelated in some way and should be included in one plugin as these
features need to play well together. Here is a list of some features:

**For Administrators**

 1. Allows for point-and-click post type management
 2. Adds user roles and capabilities control
 3. Adds content publication workflow

**For Designers**

 1. Has an expanded multi-view template architecture, e.g. For Events, “Day View”, “
    Week View”, “Month View”, “List View”
 2. Adds robust navigation, pagination, and taxonomy widgets
 3. Adds advanced filtering and sorting

**For Developers**

 1. Uses session-based data storage
 2. Has object relationships (a la group-members, user-favorites, etc)
 3. Turns your WordPress install into an public API

 * Adds a ReSTful API to any WordPress install
 * Uses OAuth authentication for remote API access
 * Object-oriented resource controllers (post type modules)
 * Post meta-types: people, items, locations, events

## 螢幕擷圖

[⌊Adding new Post Types through the WordPress admin interface.⌉⌊Adding new Post 
Types through the WordPress admin interface.⌉[

Adding new Post Types through the WordPress admin interface.

## 安裝方式

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

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

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

參與者

 *   [ David Tufts ](https://profiles.wordpress.org/rocketwood/)
 *   [ J Andrew Scott ](https://profiles.wordpress.org/jascott/)
 *   [ brettgfitzgerald ](https://profiles.wordpress.org/brettgfitzgerald/)

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

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

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

## 變更記錄

#### 0.3.5

 * Added the creation of missing oauth tables in database

#### 0.3.4

 * Added support for `series` of posts including the supporting API endpoints

#### 0.3.3

 * Updated localization calls and added a languages folder

#### 0.3.2

 * Updated API calls to include exportable meta data in JSON requests
 * Several fixes to form elements

#### 0.3.1

 * Made more changes to support multiple views.

#### 0.3

 * Made more changes to support multiple views.
 * Made more changes to support front-end forms and content editing.
 * Added post status to the filters array

#### 0.2.12

 * Made changes to allow for multiple views on post types.
 * Added code to support quick edits on existing content.

#### 0.2.11

 * Fixed a critical error in kickpress_api’s toggle_term, add_terms, and remove_terms,
   where term values being read in as objects instead of as arrays.

#### 0.2.10

 * Added post date to front end editing
 * Allow for excludes tag array to be passed to kickpress_the_excerpt

#### 0.2.9

 * Critical patch to tagged release 0.2.8 for hidden input form element generation

#### 0.2.8

 * Fixed bug in kickpress_redirects that prevented post types from being detected

#### 0.2.7

 * Fixed issues with auto-generation of terms in the toggle_terms and add_terms 
   methods of the kickpress_api class

#### 0.2.6

 * Fixed bugs in kickpress_functions in the url generation

#### 0.2.5

 * Fixed bug in kickpress_redirects that prevented post types from being detected

#### 0.2.4

 * Fixed bug where post formats were processed as terms in URL generation

#### 0.2.3

 * Ongoing pagination fixes

#### 0.2.2

 * Fixed issue with kickpress_redirects, again.

#### 0.2.1

 * Fixed issue with kickpress_redirects

#### 0.2

 * One step closer to being a stable plugin

#### 0.1.12

 * Ongoing pagination fixes for multiple types of taxonomies with advanced filtering

#### 0.1.11

 * Fixed pagination issues
 * Bug fixes

#### 0.1.10

 * Updated OAuth features
 * Bug fixes

#### 0.1.9

 * Added OAuth support for remote API authentication
 * Added bookmarks, notes, and comments capabilities through API calls
 * Bug fixes

#### 0.1.8

 * Added extensible form elements
 * Added activating/deactivating of modules
 * Added admin interface for managing custom taxonomies
 * Expanded capabilities of URL filtering

#### 0.1.7

 * Added front end image uploads for post thumbnails
 * Fixed some bugs

#### 0.1.6

 * Fixed issue with permissions
 * Added the wysiwyg editor as a form element with calls the internal WordPress 
   wp_editor

#### 0.1.5

 * Added JSON API responses for remote api calls
 * Added Roles and Capabilities
 * Added Workflows
 * General code cleanup

#### 0.1.4

 * Fixed issues with Adding new custom post types and a fatal error
 * General code cleanup

#### 0.1.3

 * Cleaned up API authentication
 * General code cleanup

#### 0.1.2

 * Added API authentication for remote access through the KickPress API by means
   of a token, signature, and timestamp
 * General code cleanup
 * Switched directory name back from ‘components’ to ‘modules’ for the directory
   that holds files that extend the API

#### 0.1.1

 * Fixed issue with errors when no custom post types exist
 * Fixed issue with permalinks not working with newly registered post types
 * Added rule to only allow users with permissions to edit options to create custom
   post types

#### 0.1

 * First upload to WordPress Plugin SVN.

## 中繼資料

 *  版本 **0.3.5**
 *  最後更新 **10 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 3.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **4.4.34**
 *  語言
 * [English (US)](https://wordpress.org/plugins/kickpress/)
 * 標籤:
 * [api](https://tw.wordpress.org/plugins/tags/api/)[custom fields](https://tw.wordpress.org/plugins/tags/custom-fields/)
   [custom post types](https://tw.wordpress.org/plugins/tags/custom-post-types/)
   [Custom Taxonomies](https://tw.wordpress.org/plugins/tags/custom-taxonomies/)
 *  [進階檢視](https://tw.wordpress.org/plugins/kickpress/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

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

## 參與者

 *   [ David Tufts ](https://profiles.wordpress.org/rocketwood/)
 *   [ J Andrew Scott ](https://profiles.wordpress.org/jascott/)
 *   [ brettgfitzgerald ](https://profiles.wordpress.org/brettgfitzgerald/)

## 技術支援

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

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

## 贊助

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

 [ 贊助這個外掛 ](http://kickpress.org/)