Title: Post Meta Controls
Author: Alvaro
Published: <strong>20 Ocak 2019</strong>
Last modified: 23 Ocak 2021

---

Eklentilerde ara

![](https://ps.w.org/post-meta-controls/assets/banner-772x250.png?rev=2048762)

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

![](https://ps.w.org/post-meta-controls/assets/icon-256x256.png?rev=2048762)

# Post Meta Controls

 [Alvaro](https://profiles.wordpress.org/melonpan/) tarafından

[İndir](https://downloads.wordpress.org/plugin/post-meta-controls.1.4.1.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/post-meta-controls/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/post-meta-controls/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/post-meta-controls/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/post-meta-controls/#developers)

 [Destek](https://wordpress.org/support/plugin/post-meta-controls/)

## Açıklama

[Demo](https://gutenberg-showcase.melonpan.io/post-meta-controls) – [Documentation](https://melonpan.io/wordpress-plugins/post-meta-controls)–
[GitHub](https://github.com/garciaalvaro/post-meta-controls)

Register, Save, Modify and Get meta data in the Gutenberg editor.
 Use this plugin
to add meta data controls inside a sidebar in the editor of posts, pages or custom
post types. This is the list of controls available:

 * Buttons
 * Checkbox, Checkbox Multiple
 * Color, Color with Alpha
 * Custom text
 * Date Range, Date Single
 * Image, Image Multiple
 * Radio
 * Range, Range with Float number
 * Select
 * Text, Textarea

The plugin comes with different options to customize the Sidebars, Tabs, Panels 
and Setting controls.

### Usage

Once the plugin is installed, you will need to include the plugin filter inside 
your plugin or theme to create a sidebar with it’s settings.
 The new sidebar/s 
can be accessed in any post type where it was registered. Modify the setting values
with the controls inside the sidebar. Use the plugin helpers (see _Helpers to get
the meta values_ section) to get the meta data in the front end.

## Ekran Görüntüleri

 * [[
 * Sidebar with different tabs, panels and controls

## Yükleme

Installation from the WordPress admin.

 1. Log in to the WordPress admin and navigate to _Plugins > Add New_.
 2. Type _Post Meta Controls_ in the Search field.
 3. In the results list _Post Meta Controls_ plugin should appear, click **Install 
    Now** button.
 4. Once it finished installing, click the _Activate_ button.
 5. Now you can register your sidebar and settings using the filter in your plugin 
    or theme.
 6. To view your sidebar go to any post where Gutenberg is enabled and the sidebar 
    was registered to.

## İncelemeler

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

### 󠀁[Essential Plugin](https://wordpress.org/support/topic/essential-plugin-169/)󠁿

 [jmscott55](https://profiles.wordpress.org/jmscott55/) 1 Şubat 2020 1 yanıt

This plugin is incredibly helpful in quickly allowing for meta tags to be added 
to the Gutenberg sidebar. A tedious task otherwise… This makes the task quick, efficient.
Excellent work.

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

### 󠀁[Essential plugin for CPTs in a Gutenberg world](https://wordpress.org/support/topic/essential-plugin-for-cpts-in-a-gutenberg-world/)󠁿

 [cjyabraham](https://profiles.wordpress.org/cjyabraham/) 22 Kasım 2019 1 yanıt

Since I started using Gutenberg to build sites I’ve found this plugin essential 
in order to add meta info for CPTs. At one point I looked around for alternatives
but ended up finding none that could do everything this plugin does. Thank you!

 [ 2 incelemeyi oku ](https://wordpress.org/support/plugin/post-meta-controls/reviews/)

## Katkıda Bulunanlar ve Geliştiriciler

“Post Meta Controls” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda
bulunmuşlardır.

Katkıda bulunanlar

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

[“Post Meta Controls” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/post-meta-controls)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/post-meta-controls/),
[SVN deposuna](https://plugins.svn.wordpress.org/post-meta-controls/) göz atın ya
da [RSS](https://plugins.trac.wordpress.org/log/post-meta-controls/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/post-meta-controls/)
abone olun.

## Değişiklik Kaydı

#### 1.4.1

 * Updated dependencies

#### 1.4.0

 * Updated dependencies
 * Minor bug fixes

#### 1.3.4

 * Fixed bug with color default value not saving
 * Fixed initial data fetch
 * Minor style fixes for WP 5.6

#### 1.3.3

 * Fixed bug with case sensitive file name mismatch

#### 1.3.2

 * Fixed incompatibilities with WordPress 5.5
 * Updated packages

#### 1.3.1

 * Fixed bug that didn’t load correctly small images in the editor.
 * Minor bug fixes.

#### 1.3.0

 * Added minimum_days option in date_range.
 * Added maximum_days option in date_range.

#### 1.2.0

 * Added unavailable_dates option in date_single and date_range.
 * Use a rest route to get the sidebars data instead of printing the data inline.
 * Fixed WP 5.3 meta key from saving an empty value if the key doesnt exist.
 * Fixed momentjs locales file not loading correctly.
 * Fixed date_range defaults not showing.
 * Fixed bug when saving empty value in image and image_multiple.
 * Code refactor. Migrated JavaScript to TypeScript.

#### 1.1.0

 * Simplified some of the core functions.
 * Styling fixes.
 * Minor bug fixes.
 * Updated dependencies.

#### 1.0.1

 * Checkbox Multiple fix: If there were old values saved that no longer belong to
   the options, we display them as selected. If they are deselected we remove them
   from the options.
 * Updated dependencies.

#### 1.0.0

 * Initial release.

## Meta

 *  Sürüm **1.4.1**
 *  Son güncelleme **5 yıl önce**
 *  Etkin kurulumlar **10+**
 *  WordPress sürümü ** 5.2 veya üstü **
 *  Test edilen sürüm **5.3.21**
 *  PHP sürümü ** 7.1 veya üstü **
 *  Dil
 * [English (US)](https://wordpress.org/plugins/post-meta-controls/)
 * Etiketler
 * [controls](https://tr.wordpress.org/plugins/tags/controls/)[gutenberg](https://tr.wordpress.org/plugins/tags/gutenberg/)
   [meta](https://tr.wordpress.org/plugins/tags/meta/)[post meta](https://tr.wordpress.org/plugins/tags/post-meta/)
   [settings](https://tr.wordpress.org/plugins/tags/settings/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/post-meta-controls/advanced/)

## Puanlar

 5 üzerinden 5 yıldız.

 *  [  2 5 yıldızlı inceleme     ](https://wordpress.org/support/plugin/post-meta-controls/reviews/?filter=5)
 *  [  0 4 yıldızlı inceleme     ](https://wordpress.org/support/plugin/post-meta-controls/reviews/?filter=4)
 *  [  0 3 yıldızlı inceleme     ](https://wordpress.org/support/plugin/post-meta-controls/reviews/?filter=3)
 *  [  0 2 yıldızlı inceleme     ](https://wordpress.org/support/plugin/post-meta-controls/reviews/?filter=2)
 *  [  0 1 yıldızlı inceleme     ](https://wordpress.org/support/plugin/post-meta-controls/reviews/?filter=1)

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

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/post-meta-controls/reviews/)

## Katkıda bulunanlar

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

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/post-meta-controls/)