Title: Post Meta Controls
Author: Alvaro
Published: <strong>2019 年 1 月 20 日</strong>
Last modified: 2021 年 1 月 23 日

---

搜尋外掛

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

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

# Post Meta Controls

 由 [Alvaro](https://profiles.wordpress.org/melonpan/) 開發

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

 * [詳細資料](https://tw.wordpress.org/plugins/post-meta-controls/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/post-meta-controls/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/post-meta-controls/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/post-meta-controls/#developers)

 [技術支援](https://wordpress.org/support/plugin/post-meta-controls/)

## 外掛說明

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

## 螢幕擷圖

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

## 安裝方式

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.

## 使用者評論

![](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/) 2020 年 2 月 1 日 1 則留言

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/) 2019 年 11 月 22 日 1 
則留言

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 則使用者評論 ](https://wordpress.org/support/plugin/post-meta-controls/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Post Meta Controls〉的開發相關工作。

參與者

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

[將〈Post Meta Controls〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/post-meta-controls)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/post-meta-controls/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/post-meta-controls/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/post-meta-controls/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/post-meta-controls/)。

## 變更記錄

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

## 中繼資料

 *  版本 **1.4.1**
 *  最後更新 **5 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 5.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **5.3.21**
 *  PHP 版本需求 ** 7.1 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/post-meta-controls/)
 * 標籤
 * [controls](https://tw.wordpress.org/plugins/tags/controls/)[gutenberg](https://tw.wordpress.org/plugins/tags/gutenberg/)
   [meta](https://tw.wordpress.org/plugins/tags/meta/)[post meta](https://tw.wordpress.org/plugins/tags/post-meta/)
   [settings](https://tw.wordpress.org/plugins/tags/settings/)
 *  [進階檢視](https://tw.wordpress.org/plugins/post-meta-controls/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  2 個 5 星使用者評論     ](https://wordpress.org/support/plugin/post-meta-controls/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/post-meta-controls/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/post-meta-controls/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/post-meta-controls/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/post-meta-controls/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/post-meta-controls/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/post-meta-controls/)