Title: LIQUID TOOLS &#8211; Custom Fields, CPT &amp; Security
Author: lqd
Published: <strong>2024 年 10 月 29 日</strong>
Last modified: 2026 年 5 月 29 日

---

搜尋外掛

![](https://ps.w.org/liquid-tools/assets/banner-772x250.png?rev=3499407)

![](https://ps.w.org/liquid-tools/assets/icon-128x128.png?rev=3178436)

# LIQUID TOOLS – Custom Fields, CPT & Security

 由 [lqd](https://profiles.wordpress.org/lqd/) 開發

[下載](https://downloads.wordpress.org/plugin/liquid-tools.1.1.4.zip)

[即時預覽](https://tw.wordpress.org/plugins/liquid-tools/?preview=1)

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

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

## 外掛說明

Manage custom post types, custom taxonomies, and custom fields plus essential security
hardening in one simple WordPress plugin.

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.–**
Security**: Harden your site with login page protection, maintenance mode, and more.–**
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

#### Security

 * XML-RPC, X-Pingback
 * REST API
 * REST Route
 * Author Query
 * readme.html
 * Login history
 * Login Page Protection
 * Maintenance Mode
 * Password Protected
 * Maintenance Schedule (Pro)
 * Recurring Maintenance Schedule (Pro)

#### Others

 * Add thumbnails to the post admin list.
 * Add ID to the post admin list.
    latest information on [LIQUID PRESS](https://lqd.jp/wp/).

### How to get custom field data

[LIQUID BLOCKS](https://wordpress.org/plugins/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 ) );
    }
    ```

## 螢幕擷圖

 * [[
 * Custom Fields on Editor
 * [[
 * Custom Post Types
 * [[
 * Custom Taxonomies
 * [[
 * Custom Fields
 * [[
 * Security

## 安裝方式

 1. Upload ‘liquid-tools’ to the ‘/wp-content/plugins/’ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Set ‘LIQUID TOOLS’ in the admin menu

## 常見問題集

### Q: Can I use this plugin with other custom post type plugins?

A: Yes, LIQUID TOOLS works independently and can be used alongside other plugins
that manage custom post types.

## 使用者評論

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

## 參與者及開發者

以下人員參與了開源軟體〈LIQUID TOOLS – Custom Fields, CPT & Security〉的開發相關
工作。

參與者

 *   [ lqd ](https://profiles.wordpress.org/lqd/)

〈LIQUID TOOLS – Custom Fields, CPT & Security〉外掛目前已有 1 個本地化語言版本。
感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/liquid-tools/contributors)
為這個外掛做出的貢獻。

[將〈LIQUID TOOLS – Custom Fields, CPT & Security〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/liquid-tools)

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

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

## 變更記錄

#### 1.1.0

 * Add Security features.

#### 1.0.0

 * A first version.

## 中繼資料

 *  版本 **1.1.4**
 *  最後更新 **1 天前**
 *  啟用安裝數 **100+**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  語言
 * [English (US)](https://wordpress.org/plugins/liquid-tools/) 及 [Japanese](https://ja.wordpress.org/plugins/liquid-tools/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/liquid-tools)
 * 標籤:
 * [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/liquid-tools/advanced/)

## 評分

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

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

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

## 參與者

 *   [ lqd ](https://profiles.wordpress.org/lqd/)

## 技術支援

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

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

## 贊助

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

 [ 贊助這個外掛 ](https://lqd.jp/wp/plugin/tools.html)