Title: Native Custom Fields &#8211; Custom Content Types and Meta Fields
Author: Kadim Gültekin
Published: <strong>18 Março, 2026</strong>
Last modified: 18 Março, 2026

---

Procurar plugins

![](https://ps.w.org/native-custom-fields/assets/banner-772x250.jpg?rev=3485658)

![](https://ps.w.org/native-custom-fields/assets/icon-128x128.png?rev=3485658)

# Native Custom Fields – Custom Content Types and Meta Fields

 Por [Kadim Gültekin](https://profiles.wordpress.org/arkenon/)

[Descarregar](https://downloads.wordpress.org/plugin/native-custom-fields.1.0.2.zip)

 * [Detalhes](https://pt.wordpress.org/plugins/native-custom-fields/#description)
 * [Avaliações](https://pt.wordpress.org/plugins/native-custom-fields/#reviews)
 *  [Instalação](https://pt.wordpress.org/plugins/native-custom-fields/#installation)
 * [Desenvolvimento](https://pt.wordpress.org/plugins/native-custom-fields/#developers)

 [Suporte](https://wordpress.org/support/plugin/native-custom-fields/)

## Descrição

Native Custom Fields is a modern WordPress plugin for creating custom content types,
meta fields, and options pages using WordPress’ own native component system.

Instead of shipping a proprietary UI framework or custom database structure, Native
Custom Fields leverages WordPress core technologies such as:

 * @wordpress/scripts
 * @wordpress/components
 * @wordpress/elements
 * @wordpress/icons
 * @wordpress/data

This ensures a seamless, future-proof experience that evolves together with WordPress
core.

#### Why Native Custom Fields?

Most custom field plugins introduce their own UI systems, internal data storage 
layers, or hidden configuration post types.

Native Custom Fields follows a different philosophy:

• Uses WordPress native UI components
 • Stores configuration in wp_options • Stores
data in postmeta, termmeta, and usermeta • Does not create unnecessary database 
tables • Does not register hidden configuration post types • Follows WordPress coding
standards

The result is a clean, lightweight, and maintainable solution.

#### Key Features

#### Content Types

 * Register Custom Post Types
 * Register Custom Taxonomies

#### Meta Fields

Create field groups and attach them to:
 * Post Types * Taxonomies * User Profiles*
Options Pages (Pro)

#### Supported Components

 * Input Control
 * Text Control
 * Number Control
 * Select Control
 * Checkbox Control
 * Radio Control
 * Textarea Control
 * Range Control
 * Toggle Control
 * Color Picker
 * Color Palette
 * Date Picker
 * DateTime Picker
 * Time Picker
 * Unit Control
 * Angle Picker Control
 * Alignment Matrix Control
 * Border Box Control
 * Border Control
 * Box Control
 * Toggle Group Control
 * Combobox Field
 * Font Size Picker
 * File Upload
 * Media Library
 * Form Token
 * ExternalLink
 * Heading
 * Notice
 * Text Highlight

Custom Components:
 * Repeater * Group

#### Developer-Friendly

 * Built with PSR-4 autoloading
 * Strict Types compatible
 * Modern React-based admin UI
 * Clean and extendable architecture
 * Import / Export via JSON or PHP (Pro)

#### Performance-Focused

 * Minimum admin UI bloat
 * Native WordPress components
 * No redundant database tables
 * Optimized for long-term maintainability

### Credits

Built using official WordPress packages:

 * @wordpress/scripts
 * @wordpress/components
 * @wordpress/elements
 * @wordpress/icons
 * @wordpress/data

Assets:

 * All images located in the Admin/assets/images folder are self created and are
   licensed under CC0 1.0 Universal (CC0 1.0) Public Domain Dedication.

Composer Packages:

 * PHP DI – Copyright (c) Matthieu Napoli

### Source Code

It is available on GitHub:
 * GitHub: https://github.com/Arkenon/native-custom-fields

### Developers

If you want to contribute to the plugin:
 1) Download the source code and run `npm
install` to install the development dependencies. 2) To install composer dependencies,
run `composer install`. 3) Run `npm start` to start the development server. 4) To
build the plugin, run `npm run build`.

## Ecrãs

 * [[
 * [[
 * [[
 * [[
 * [[
 * [[
 * [[

## Instalação

 1. Upload the plugin files to `/wp-content/plugins/native-custom-fields`
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Start creating Custom Content Types and Field Groups from the admin panel

## Perguntas frequentes

### Who is this plugin for?

Native Custom Fields is built primarily for WordPress developers, agencies, and 
users who want full control over structured data while staying aligned with WordPress
core standards.

### How is this different from other custom field plugins?

Native Custom Fields uses WordPress’ official component system instead of a custom-
built admin UI framework.
 It follows WordPress data architecture and avoids unnecessary
database layers.

### Does it create custom database tables?

No. Configuration is stored in wp_options, and data is stored in standard WordPress
meta tables.

### Is it compatible with the Block Editor?

Yes. The plugin is built around the Block Editor architecture and uses native WordPress
components.

### Do the free version have Repeater and Group fields?

Yes. The free version has Repeater and Group fields. These are custom components
built using WordPress native components recursively or grouped.

### What includes the Pro version?

 * Import / Export via JSON or PHP
 * Options Page & Fields Builder
 * Frontend Forms (Such as Contact Form) (Coming Soon)
 * AI Integration with Abilities API & WordPress AI Client (Coming Soon)

## Avaliações

Este plugin não tem avaliações.

## Contribuidores e programadores

“Native Custom Fields – Custom Content Types and Meta Fields” é software de código
aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

 *   [ Kadim Gültekin ](https://profiles.wordpress.org/arkenon/)

[Traduza o “Native Custom Fields – Custom Content Types and Meta Fields” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/native-custom-fields)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/native-custom-fields/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/native-custom-fields/),
ou subscreva o [registo de alterações](https://plugins.trac.wordpress.org/log/native-custom-fields/)
por [RSS](https://plugins.trac.wordpress.org/log/native-custom-fields/?limit=100&mode=stop_on_copy&format=rss).

## Registo de alterações

#### 1.0.2

 * Updated: Readme.txt
 * Updated: Dashboard screen

#### 1.0.1

 * Updated: Add PHP-DI Version to 7.1.1
 * Updated: Rest enpoint permissions in PostMetaController and OptionsController

#### 1.0.0

 * Initial public release

## Metadados

 *  Versão **1.0.2**
 *  Última actualização **Há 2 meses**
 *  Instalações activas **10+**
 *  Versão do WordPress ** 6.0 ou superior **
 *  Testado até **6.9.4**
 *  Versão do PHP ** 7.4 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/native-custom-fields/)
 * Etiquetas
 * [block-editor](https://pt.wordpress.org/plugins/tags/block-editor/)[custom fields](https://pt.wordpress.org/plugins/tags/custom-fields/)
   [custom post type](https://pt.wordpress.org/plugins/tags/custom-post-type/)[gutenberg](https://pt.wordpress.org/plugins/tags/gutenberg/)
   [meta box](https://pt.wordpress.org/plugins/tags/meta-box/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/native-custom-fields/advanced/)

## Classificações

Ainda não foram submetidas avaliações.

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

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

## Contribuidores

 *   [ Kadim Gültekin ](https://profiles.wordpress.org/arkenon/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/native-custom-fields/)