外掛說明
Custom Post Type UI 提供了易於使用、可用於註冊及管理網站的自訂內容類型及分類法的界面。
Custom Post Type UI Extended
CPTUI helps create custom content types, but displaying that content can be a whole new challenge. Custom Post Type UI Extended was created to help with displaying your crafted content. View our Layouts page to see available layout examples with Custom Post Type UI Extended.
Plugin development
Custom Post Type UI development is managed on GitHub, with official releases published on WordPress.org. The GitHub repo can be found at https://github.com/WebDevStudios/custom-post-type-ui. Please use the WordPress.org support tab for potential bugs, issues, or enhancement ideas.
螢幕擷圖
安裝方式
在管理後台透過搜尋方式進行安裝
- 前往 [安裝外掛] 頁面,並以 custom post type ui 為關鍵自進行搜尋。
- 點擊 Custom Post Type UI 外掛的 [立即安裝] 按鈕。
- 啟用外掛。
- 前往 [CPT UI] 選單。
在管理後台透過外掛壓縮檔進行安裝
- 前往 [安裝外掛] 頁面並點擊 [上傳外掛] 按鈕。
- 點擊 [選擇檔案] 按鈕,並從本機選取外掛 ZIP 檔案。
- 點擊 [立即安裝] 按鈕。
- 上傳完畢後,請啟用 Custom Post Type UI 外掛。
手動安裝
- 將 Custom Post Type UI 外掛壓縮檔解壓縮所得的資料夾上傳至 WordPress 網站的
wp-content/plugins
目錄中。 - 啟用外掛。
- 前往 [CPT UI] 選單。
這樣便安裝完成了。接下來網站管理員就可以在 WordPress 網站中,輕鬆建立自訂文章類型及分類法。
常見問題集
-
使用者說明文件
-
請參閱這份文件。
使用者評論
參與者及開發者
變更記錄
1.17.3 – 2025-04-21
- Fixed: PHP notices around foreach loops in cptui_post_thumbnail_theme_support().
- Fixed: PHP notices around empty variable values with get code section.
- Fixed: PHP notices around false values with taxonomy listings with post type registration.
- Updated: Confirmed compatibility with WordPress 6.8
1.17.2 – 2024-11-19
- Fixed: PHP warnings around empty description variables from tools page.
- Updated: Confirmed compatibility with WordPress 6.7
1.17.1 – 2024-06-27
- Fixed: Missed re-showing of autolabel fill links for js enabled browsers.
1.17.0 – 2024-06-17
- Added: “sidebars” as a reserved slug for post types.
- Added: Blueprint for trying Custom Post Type UI on wordpress.org before installation.
- Updated: Reworked javascript files to be more modular with the build process.
1.16.0 – 2024-04-08
- Added: Added a wpml-config.xml file.
- Updated: Added “search_terms” to disallowed taxonomy list.
- Updated: Began converting our javascript away from jQuery dependency.
- Updated: tested up to WP 6.5
1.15.1 – 2023-11-08
- Fixed: Fixed up some Right-to-Left language styling issues.
- Fixed: Fixing forgot to update about page and some PHP constants for CPTUI version.
1.15.0 – 2023-11-06
- Added: Checkbox to indicate you intend to migrate a post type into CPTUI in event of matching slugs. Props @ramsesdelr
- Added: “item_trashed” post type label support from WordPress 6.3
- Updated: confirmed compatibility with WordPress 6.4.
- Updated: PHP8 compatibility.
- Updated: Minimum WordPress version to version 6.3, minimum PHP version to 7.4.
1.14.0 – 2023-08-07
- Added: “Scroll to top” links in CPTUI pages. Props @aslamatwebdevstudios
- Added: Remembers toggled states for CPTUI settings panels. Props @aslamatwebdevstudios and @ramsesdelr
- Updated: Notes about slugs for both post types and taxonomies.
- Updated: Support/FAQ section with more accurate links.