Title: LIQUID TOOLS &#8211; Custom Fields, CPT &amp; Security
Author: lqd
Published: <strong>29 Oktyabr 2024</strong>
Last modified: 15 Aprel 2026

---

Qoşmaları axtar

![](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

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

[Download](https://downloads.wordpress.org/plugin/liquid-tools.1.1.3.zip)

[Live Preview](https://az.wordpress.org/plugins/liquid-tools/?preview=1)

 * [Details](https://az.wordpress.org/plugins/liquid-tools/#description)
 * [Reviews](https://az.wordpress.org/plugins/liquid-tools/#reviews)
 *  [Installation](https://az.wordpress.org/plugins/liquid-tools/#installation)
 * [Development](https://az.wordpress.org/plugins/liquid-tools/#developers)

 [Dəstək](https://wordpress.org/support/plugin/liquid-tools/)

## Description

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 ) );
    }
    ```

## Screenshots

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

## Installation

 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

## FAQ

### 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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“LIQUID TOOLS – Custom Fields, CPT & Security” is open source software. The following
people have contributed to this plugin.

Contributors

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

“LIQUID TOOLS – Custom Fields, CPT & Security” has been translated into 1 locale.
Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/liquid-tools/contributors)
for their contributions.

[Translate “LIQUID TOOLS – Custom Fields, CPT & Security” into your language.](https://translate.wordpress.org/projects/wp-plugins/liquid-tools)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/liquid-tools/), check
out the [SVN repository](https://plugins.svn.wordpress.org/liquid-tools/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/liquid-tools/) by
[RSS](https://plugins.trac.wordpress.org/log/liquid-tools/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.0

 * Add Security features.

#### 1.0.0

 * A first version.

## Meta

 *  Version **1.1.3**
 *  Last updated **3 gün öncə**
 *  Active installations **90+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  Languages
 * [English (US)](https://wordpress.org/plugins/liquid-tools/) və [Japanese](https://ja.wordpress.org/plugins/liquid-tools/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/liquid-tools)
 * Tags
 * [custom fields](https://az.wordpress.org/plugins/tags/custom-fields/)[custom post types](https://az.wordpress.org/plugins/tags/custom-post-types/)
   [Custom Taxonomies](https://az.wordpress.org/plugins/tags/custom-taxonomies/)
 *  [Advanced View](https://az.wordpress.org/plugins/liquid-tools/advanced/)

## Reytinqlər

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/liquid-tools/reviews/)

## Contributors

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

## Dəstək

Şərhiniz varmı? Yardım lazımdırmı?

 [Dəstək forumuna bax](https://wordpress.org/support/plugin/liquid-tools/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://lqd.jp/wp/plugin/tools.html)