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

WP Easy Post Types

描述

This plugin lets you take advantage of the WordPress 3.0 custom post type feature, and create your own post type. The plugin allows you to add a set of fields attached to your new post type, so that in the edit and add new windows a new box will show with the fields defined. Each field added will be saved in the WordPress Database as a custom field, so that you can take advantage of the standard WordPress query rules to list your content on the page template.

螢幕截圖

  • screenshot-1.jpg is the add post type dialog.

  • screenshot-2.jpg is the add field dialog.

  • screenshot-3.jpg are the import/export features.

安裝

  1. After downloading the plugin, unzip the plugin
  2. Upload easyposttypes to the /wp-content/plugins/ directory or go through the WordPress plugin Upload dialog
  3. Activate the plugin

常見問題

Where can I learn more about Easy Post Types?

To learn more, please visit http://www.wpeasyposttypes.com

I get a 404 page when trying to view a post of my custom post type

This can be caused by having a page with the same slug as your custom post type key. The Page does not need to be published (it can event be in the trash) for this issue to exists.

You will either need to permanently delete the Page or create the a new post type with a different key.

This is an issue with WordPress rewrite. We are looking into how to workaround the issue.

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP Easy Post Types” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP Easy Post Types 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.0B

  • The initial release

1.0.1B

  1. The permalinks are automatically updated now resolving the issue of having to manually update them from the options page to get URLs to work for new post types
  2. A custom admin icon instead of the standard gear icon
  3. An improved UX workflow for adding new post type

1.2.0

  1. Added more styling for better UI on the administration interface
  2. Added more classes for custom components
  3. Added the ability to create a custom taxonomy and associate that with the normal Posts and Pages.
  4. Fixed a few issues with the Javascript on front end side
  5. Fixed URLs and local paths known issues
  6. Improved the browse images functionality
  7. Fixed permalink issues for archive pages

1.2.1

  1. Last updated time on WP Site

1.3.0

  1. Javascript and styles are loaded only on the admin side when needed
  2. Reference field improved with search enabled
  3. Textfield have WYSIWYG editor and language support for qTranslate
  4. Other bug and improvement fixes

1.3.1

  1. Fixed a warning on custom taxonomy
  2. Fixed checkbox class ID error

1.4.0

  1. Fixed issues with category save functionality

1.4.1

  1. Updated jQuery method to support jQuery version >= 1.9: switched calls to live() to on()

1.4.2

  1. Update to fix bug in display of custom fields in admin menus

1.4.3

  1. Fix bug related to display of custom text field value

1.4.4

  1. Fix bug related to image URL sanitization