Title: Custom Field Builder &#8211; WordPress custom fields plugin
Author: kirillbdev
Published: <strong>17 نومبر 2018</strong>
Last modified: 5 مارچ 2019

---

پلگ انس ڳولھيو

ھي پلگ ان **WordPress جي جديد 3 وڏين رليزز** سان آزمايو نه ويو آھي. اهو ٿي سگهي 
ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي 
وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

![](https://ps.w.org/custom-field-builder/assets/icon-128x128.jpg?rev=1977675)

# Custom Field Builder – WordPress custom fields plugin

 کان: [kirillbdev](https://profiles.wordpress.org/kirillbdev/)

[ڊائون لوڊ ڪريو](https://downloads.wordpress.org/plugin/custom-field-builder.zip)

 * [تفصيل](https://snd.wordpress.org/plugins/custom-field-builder/#description)
 * [جائزو](https://snd.wordpress.org/plugins/custom-field-builder/#reviews)
 *  [تنصيب](https://snd.wordpress.org/plugins/custom-field-builder/#installation)
 * [ترقي](https://snd.wordpress.org/plugins/custom-field-builder/#developers)

 [سھائتا](https://wordpress.org/support/plugin/custom-field-builder/)

## وضاحت

**Custom Field Builder is a powerful and lightweight developer plugin to create 
custom meta boxes and custom fields for WordPress.**

#### Features

• Many free custom fields (regular updating and adding new fields).
 • Easy to install
and very easy to use. • Pure and clean code (increase your admin performance).

#### Links

• [Documentation](http://cfbuilder.kirillbdev.pro)

#### Available fields

• Textbox
 • Textarea • Select • Media (image, attachments) • Logic (checkbox may
only “true” or “false”) • Color picker • Repeater • Checkbox group • Date picker•
Post relationship

### Usage

Watch this short video tutorial

Add the following code to your functions.php (or in any convenient file).

    ```
    <?php
        add_action('cf_builder_init', function ($cfBuilder) {
            $cfBuilder->registerTemplate([
                'id'          => 'custom_fields',
                'title'       => 'Custom Field Builder example',
                'post_type'   => 'post',
                'position'    => 'normal',
                'priority'    => 'high',
                'fields'      => [

                    'author_name' => [
                        'type'    => 'textbox',
                        'title'   => 'Author name'
                    ],

                    'author_bio' => [
                        'type'    => 'textarea',
                        'title'   => 'Author bio'
                    ]

                ]
            ]);
        });
    ?>
    ```

You also can include your custom template in php file. For example:

    ```
    <?php
        add_action('cf_builder_init', function ($cfBuilder) {
            $cfBuilder->registerTemplate('path_to_your_template_file.php');
        });
    ?>
    ```

** See all fields example in examples/base-fields-template.php in plugin directory!**

## تصوير

[⌊Register custom fields template in functions.php file.⌉⌊Register custom fields
template in functions.php file.⌉[

Register custom fields template in functions.php file.

[⌊Custom fields⌉⌊Custom fields⌉[

Custom fields

[⌊Repeater field⌉⌊Repeater field⌉[

Repeater field

## انسٽاليشن

Via [Composer](http://getcomposer.org/).

    ```
    composer require kirillbdev/custom-field-builder:dev-master
    ```

To do an automatic install of Custom Field Builder, log in to your WordPress dashboard,
navigate to the Plugins menu and click Add New.

In the search field type “cfb” or “Custom Field Builder” and click Search Plugins.
Once you have found it you can install it by simply clicking “Install Now”.

The WordPress codex contains [instructions on how to install a WordPress plugin](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

## جائزا

![](https://secure.gravatar.com/avatar/e6a8b53a28c7acd37a10bb3b4a584e8870a55b2601812595751cd476f4df7b25?
s=60&d=retro&r=g)

### 󠀁[Simple and powerful](https://wordpress.org/support/topic/simple-and-powerful-114/)󠁿

 [devbloger](https://profiles.wordpress.org/devbloger/) 20 نومبر 2018

This is what I was looking for! I would also like to see front-end api in next version.

 [ واحد: سڀ 1 جائزو پڙهو ](https://wordpress.org/support/plugin/custom-field-builder/reviews/)

## تعاون ڪندڙ & ڊولپرز

“Custom Field Builder – WordPress custom fields plugin” اوپن سورس سافٽ ويئر آهي.
ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

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

[ترجمو ڪريو “Custom Field Builder – WordPress custom fields plugin” توهان جي ٻولي ۾.](https://translate.wordpress.org/projects/wp-plugins/custom-field-builder)

### ڊولپمينٽ ۾ دلچسپي؟

[ڪوڊ براؤز ڪريو](https://plugins.trac.wordpress.org/browser/custom-field-builder/)،
چيڪ ڪريو [SVN مخزن](https://plugins.svn.wordpress.org/custom-field-builder/)، يا
رڪنيت حاصل ڪريو [ڊولپمينٽ لاگ](https://plugins.trac.wordpress.org/log/custom-field-builder/)
پاران [RSS](https://plugins.trac.wordpress.org/log/custom-field-builder/?limit=100&mode=stop_on_copy&format=rss).

## لاگ تبدیل ڪريو

#### Version 1.2.4 / (05.03.2019)

 * Editor Field release (See example file)

#### Version 1.2.3 / (18.12.2018)

 * Some bug fix and refactoring.

#### Version 1.2.2 / (13.12.2018)

 * Fix bug when textarea in repeater not save new line char.

#### Version 1.2.1 / (02.12.2018)

 * getPostFields API method release (see more in [Documentation](http://cfbuilder.kirillbdev.pro)).
 * Fixed error when call API method getPostField on Repeater which contains Checkbox
   group field.

#### Version 1.2.0 / (28.11.2018)

 * Front-end API release (see more in [Documentation](http://cfbuilder.kirillbdev.pro)).

#### Version 1.1.6 / (22.11.2018)

 * Fix post relationship field (not working for WooCommerce).

#### Version 1.1.5 / (22.11.2018)

 * Added Post relationship field.

#### Version 1.1.1 / (20.11.2018)

 * Added Date picker field.

#### Version 1.1.0 / (18.11.2018)

 * Added Checkbox group field.
 * Fixed repeater bug, when not saved some field types.

#### Version 1.0.1 / (18.11.2018)

 * Fix bug when repeater save previous values when was empty.

#### Version 1.0.0 / (14.11.2018)

 * initial release.

## ميٽا

 *  Version **1.2.4**
 *  Last updated **8 سالَ اڳ**
 *  Active installations **10+**
 *  WordPress version ** 4.6 يا وڌيڪ **
 *  Tested up to **5.0.0**
 *  PHP version ** 5.4 يا وڌيڪ **
 *  Language
 * [English (US)](https://wordpress.org/plugins/custom-field-builder/)
 * Tags
 * [custom fields](https://snd.wordpress.org/plugins/tags/custom-fields/)[Custom Meta](https://snd.wordpress.org/plugins/tags/custom-meta/)
 *  [ترقي يافته ڏيک](https://snd.wordpress.org/plugins/custom-field-builder/advanced/)

## درجه بندي

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/custom-field-builder/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/custom-field-builder/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/custom-field-builder/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/custom-field-builder/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/custom-field-builder/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/custom-field-builder/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/custom-field-builder/reviews/)

## تعاون ڪندڙ

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

## سھائتا

چوڻ لاءِ ڪجهه آهي؟ مدد گهرجي؟

 [ڏسو سپورٽ فورم](https://wordpress.org/support/plugin/custom-field-builder/)