前言介紹
- 這款 WordPress 外掛「LIQUID TOOLS – Simple Custom Fields & Custom Post Types」是 2024-10-28 上架。
- 目前有 50 個安裝啟用數。
- 上一次更新是 2024-11-18,距離現在已有 167 天。
- 外掛最低要求 WordPress 6.0 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
lqd |
外掛標籤
custom fields | custom post types | Custom Taxonomies |
內容簡介
**LIQUID TOOLS WordPress 外掛總結:**
LIQUID TOOLS 是一個簡單的 WordPress 外掛,可輕鬆管理自訂文章類型、分類和自訂欄位。它提供多項功能,包括自訂文章類型、分類以及欄位管理等。
**問題與答案:**
1. LIQUID TOOLS 外掛主要用途是什麼?
- 答:LIQUID TOOLS 是一個用於管理自訂文章類型、分類和自訂欄位的 WordPress 外掛。
2. 自訂文章類型中可以設定哪些項目?
- 答:可創建並管理具有獨特 slug、菜單圖示和功能性的自訂文章類型。
3. 如何添加自訂欄位到文章?
- 答:可以使用 text、textarea、url、email、number、image、checkbox、radio、select 等不同類型的自訂欄位。
4. 如何重複顯示欄位中的文字?
- 答:使用 foreach 迴圈以及 get_post_meta 函數即可重複顯示文字欄位中的數據。
5. 如何取得圖片欄位的資訊?
- 答:可使用 wp_get_attachment_url 函數來取得圖片欄位的 URL 資訊。
6. 如何在文章檢視器中區分不同自訂欄位?
- 答:可以透過設定自訂欄位的背景顏色來在文章檢視器中區分不同的欄位。
原文外掛簡介
LIQUID TOOLS is a simple plugin for WordPress that enables easy management of custom post types, taxonomies, and custom fields.
Features:
– Custom Post Types: Create and manage custom post types with unique slugs, menu icons, and capabilities.
– Custom Taxonomies: Create hierarchical or non-hierarchical taxonomies and link them to any post type.
– Custom Fields: Add custom fields to posts, including text fields, image uploads, URLs, and more.
– Repeating Fields: Supports repeating fields for text, images, and other field types.
– Flexible Display Options: Control the display order, position, and priority of custom fields in the post editor.
– Field Background Colors: Set background colors for custom fields to visually distinguish fields in the post editor.
– Thumbnail Support: Add thumbnails to the post admin list for selected post types.
Custom Fields
text
textarea
url
email
number
image
checkbox
radio
select
Custom Post Types
Capability
Archive
Hierarchical
Thumbnail
Revisions
Excerpt
Custom Taxonomies
Apply to Post Types
Hierarchical
Others
Add thumbnails to the post admin list.
latest information on LIQUID PRESS.
How to get custom field data
LIQUID BLOCKS plugin for easy to get field data.
Custom field block allows you to output custom field data with no code.
Supports block editors and block themes.
Another way, Get field data securely using WordPress core functions.
Text field
get_post_meta( $post->ID, 'key', true );
Repeat text fields
$key = get_post_meta( $post->ID, 'key', true );
foreach ( $key as $value ) {
echo esc_html( $value );
}
Image field
wp_get_attachment_url( get_post_meta( $post->ID, 'key', true ) );
Repeat image fields
$key = get_post_meta( $post->ID, 'key', true );
foreach ( $key as $value ) {
echo wp_get_attachment_url( esc_html( $value ) );
}
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「LIQUID TOOLS – Simple Custom Fields & Custom Post Types」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.1 | 1.0.2 | 1.0.3 | trunk |
延伸相關外掛(你可能也想知道)
Advanced Custom Fields (ACF®) 》Advanced Custom Fields 可以讓 WordPress 網站成為一個完整的內容管理系統,提供您所有工具以更好管理您的數據。, 使用 Advanced Custom Fields 外掛,完全...。
Meta Box 》Meta Box 是一個強大、專業又輕量級的工具組,供開發者在 WordPress 中為任何自訂文章型別建立自訂的 Meta Box 與自訂欄位。, 透過 Meta Box,您可以使用超過...。
Checkout Field Editor (Checkout Manager) for WooCommerce 》WooCommerce 結帳欄位編輯器外掛, WooCommerce 結帳欄位編輯器 (Checkout Manager) 外掛讓您可以在結帳頁面上添加 20 種不同類型的自訂欄位,並搭配直覺且易...。
Pods – Custom Content Types and Fields 》使用「Pods Framework」在一個地方管理你所有自訂內容需求。, , , 建立內容類型,包括自訂文章類型、自訂分類、以及我們專屬的「進階內容類型」(ACT),...。
Flexible Checkout Fields for WooCommerce – WooCommerce Checkout Manager 》我們認為 WooCommerce 是 WordPress 最好的電子商務外掛,但它缺乏一些非常基本的功能,例如使用易於使用的接口自定義結帳管理器來自訂結帳欄位。您可以使用 ...。
Advanced Custom Fields: Extended 》🚀 全方位增強套件,可改進WordPress和Advanced Custom Fields。此外掛旨在提供一個強大的管理框架,涵蓋了眾多改進和優化。, 此外掛需要至少 ACF Pro 5.8。,...。
Sydney Toolbox 》Sydney Toolbox 外掛只適用於 Sydney WordPress 主題。, 此外掛註冊了在 Sydney 主題 中所需的自定義文章類型和自定義欄位。。
Custom Field Suite 》Custom Field Suite (CFS) 讓您為文章添加自定義欄位。它輕量級且經過過往使用者的測試(很難出現錯誤)。, 需要了解的事項, , 我們不提供支援。, 這是一個免...。
Custom Field Template 》「Custom Field Template 外掛」在「編寫文章/頁面」時,新增自訂欄位的預設設定。這個模板格式基本上跟「rc:custom_field_gui 外掛」差不多,不同處在於:, ...。
Custom Post Types and Custom Fields creator – WCK 》WordPress Creation Kit 是由三個工具組成,可幫助您建立和維護自訂文章類型、自訂分類和最重要的是文章、頁面或自訂文章類型的自訂欄位和元框。, WCK Custom...。
Secure Custom Fields 》總結:SCF 是一款能夠擴展 WordPress 功能的外掛,使其成為一個靈活的內容管理工具。透過 SCF,管理自定義數據變得簡單高效。, , 1. 為什麼 SCF 是一個靈活的...。
JSM Show Post Metadata 》JSM's Show Post Metadata外掛會在文章編輯頁面底部顯示文章(例如文章、頁面和自訂文章類型)的meta key(也就是自訂欄位名稱)和它們的非序列化值。, ...。
Advanced Custom Fields: Nav Menu Field 》使用 Nav Menu Field 外掛將導覽選單加入Advanced Custom Fields (ACF)。此外掛會在 ACF(版本 5 和 4)加入 Nav Menu 欄位類型,讓您從 WordPress 管理後台...。
Frontend Admin by DynamiApps 》這個外掛讓你可以在前端編輯及新增文章、頁面、使用者、專有名詞欄位等等。 (之前稱為 ACF Frontend), 這個外掛允許你在網站上顯示前端管理表單,讓使用者可...。
Simple CSV/XLS Exporter 》本外掛可以讓您透過簡單的連結/按鈕,從後端或前端匯出文章為 CSV 或 XLS 檔案。, 請確保您使用 PHP 7.3 或更新版本,如果您看到任何錯誤,舊版本將不再受支...。