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

CPT Descriptions

外掛說明

This plugin adds a place to enter a description for your custom post types which you can display anywhere in your theme.

安裝方式

  1. Upload the ”cpt-descriptionsfolder to the/wp-content/plugins/` directory
  2. Activate the CPT Descriptions plugin through the ‘Plugins’ menu in WordPress
  3. Use the_cpt_description() or get_cpt_description() to display/use the custom post type description in your theme

常見問題集

How do I display a/the custom post type description?

You can use the function the_cpt_description() to echo the current custom post type description or you can use get_cpt_description() to return the description for use in code.

If you are not on an archive/single custom post type template you can pass the post type variable to either function (eg. the_cpt_description(‘books’)) to get the description for that post type.

使用者評論

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

參與者及開發者

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

參與者

將〈CPT Descriptions〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

0.1

  • Initial beta release.