Title: LIQUID TOOLS &#8211; Custom Fields, CPT &amp; Security
Author: lqd
Published: <strong>अक्टोबर 29, 2024</strong>
Last modified: अगस्ट 12, 2026

---

प्लगिनहरू खोज्नुहोस्

![](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.6.zip)

[प्रत्यक्ष पूर्वावलोकन](https://ne.wordpress.org/plugins/liquid-tools/?preview=1)

 * [विवरण](https://ne.wordpress.org/plugins/liquid-tools/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/liquid-tools/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/liquid-tools/#installation)
 * [विकास](https://ne.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
 * REST API Batch Endpoint (wp2shell)
 * Application Passwords
 * Author Query
 * readme.html
 * Login history
 * Login Page Protection
 * Maintenance Mode
 * Password Protected
 * Maintenance Schedule (Pro)
 * Recurring Maintenance Schedule (Pro)
 * Tamper Check (Pro)
 * Scheduled Tamper Check with email notification (Pro)

#### Others

 * Add thumbnails to the post admin list.
 * Add ID to the post admin list.
 * [LIQUID TOOLS Pro](https://lqd.jp/wp/plugin/tools_pro.html) unlocks even more
   advanced features.
 * 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 Fields on Editor⌉[

Custom Fields on Editor

[⌊Custom Post Types⌉⌊Custom Post Types⌉[

Custom Post Types

[⌊Custom Taxonomies⌉⌊Custom Taxonomies⌉[

Custom Taxonomies

[⌊Custom Fields⌉⌊Custom Fields⌉[

Custom Fields

[⌊Security⌉⌊Security⌉[

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/log/liquid-tools/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/liquid-tools/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/liquid-tools/) हेर्नुहोस्, वा
[विकास लग](https://plugins.trac.wordpress.org/log/liquid-tools/) को सदस्यता लिनुहोस्।

## चेन्जलग

#### 1.1.6

 * Add Tamper Check (Pro): scan for modified core files, fake themes and plugins,
   disguised file names, and unapproved administrator accounts, with scheduled scans(
   server cron or WP-Cron) and email notification.
 * Add REST API batch endpoint restriction and Application Passwords disabling (
   wp2shell hardening).
 * Improve login history: record the actual login path (e.g. /my-account/) and batch
   endpoint access. Up to 100 records (Pro: 1,000).

#### 1.1.0

 * Add Security features.

#### 1.0.0

 * A first version.

## मेटा

 *  संस्करण **1.1.6**
 *  पछिल्लो अपडेट **1 महिना अघि**
 *  सक्रिय स्थापना **100+**
 *  वर्डप्रेस संस्करण ** 6.0 वा उच्च **
 *  जाँच गरिएको **7.0.6**
 *  भाषाहरू
 * [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://ne.wordpress.org/plugins/tags/custom-fields/)[custom post types](https://ne.wordpress.org/plugins/tags/custom-post-types/)
   [Custom Taxonomies](https://ne.wordpress.org/plugins/tags/custom-taxonomies/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/liquid-tools/advanced/)

## रेटिङ्गहरू

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

[तपाईँको समीक्षा](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)