[WordPress] 外掛分享: Meta Collections

WordPress 外掛 Meta Collections 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Meta Collections」是 2012-09-03 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2014-01-14,距離現在已有 4128 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.0 以上版本才可以安裝。
  • 有 1 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

bastiaaaan |

外掛標籤

post type | collection | custom taxonomy | custom post type | collection management |

內容簡介

Meta Collections

Meta Collections是一款能將WordPress轉換為集合管理器的外掛程式。
除了「文章」和「頁面」之外,您可以添加自己的自訂文章類型(例如「電影」、「食譜」或「產品」等集合)。
針對該特定的文章類型,您可以新增自己的元數據結構(自訂欄位:對於「產品」,可以有價格、圖像和製造商欄位)。
例如,如果您想要 Dublin Core 元數據結構,就可以設定使用。該結構可以是系統和自定義欄位的混合或完全自定義的元數據結構。
您可以使用整潔的 Metaboxes 在預覽畫面中直觀地組合文章類型的使用者介面,以拖放元數據欄位到適當的位置。
欄位可以進行驗證並且可以包含多個實例(例如,有自訂文章類型「食譜」中的多個成分欄位)。
您可以在文章總覽表格中添加元數據欄位。

欄位類型

文字
多行文字輸入框
Wysiwyg(WordPress原生編輯器)
Vimeo API 連接器(將 Vimeo 的預覽圖像和其他元數據複製到 WordPress 中,配置嵌入選項)
YouTube 欄位。 (使用 YouTube 的 API 來獲取電影的所有元數據)能夠在WordPress的標題和描述中使用YouTube電影的標題和描述
ColorPicker(jQuery UI Colorpicker,支持hsb、rgb、lab、cmyk、hex顏色類型和透明度)
Date(jQuery UI datepicker)
日期時間(jQuery Mobiscroll)
圖片
地理參考(使用Google地圖API顯示地圖和(反向)地理編碼)
是/否(含文字註解的複選框)
Taxonomy(將「WordPress」原生分類或標籤添加到您的文章類型)
選取(用於在下拉菜單中選擇一個或多個值)
單選按鈕(單一值)
Open Layer 新的 Open Layer 欄位,用於在一個帖子(或其他自訂文章類型)中管理多個點,每個點可包含標題、日期時間和數量。
使用者欄位。在複選框、選取框或單選設置中,選擇單個或多個WordPress使用者和角色。
結合欄位。一個欄位可以包含多個其他欄位類型。例如一個文字欄位和一個圖像欄位。此欄位也可以重複使用。
此欄位可以讓您將多個「記錄」新增到一個帖子、頁面或其他您創建的自訂文章類型中。
例如,如果您有一個自訂文章類型「電影」,這個欄位可以讓您添加多個演員,每個電影都包含照片和其他個人資訊。

心願清單
* 文件
* 多個複選框
* 請求/詢問!

短碼

短碼仍然相當簡單
您可以在文章描述中添加下列短碼以使用欄位
[collections metafield=”識別器” instance=”全部”分隔符=” – “]

分析短碼:
1.「collections」用於識別收集外掛程式的短碼。
2.「metafield=metafieldID」,您可以通過編輯元數據集並然後編輯元數據欄位來查找元數據ID。
3.「instance =數字」,以使用元數據欄位中的多個值。使用0作為實例0的值,或使用1作為實例1的值。如果未使用變數,則預設值為0。
使用「全部」以返回所有值。
4.「分隔符 =分隔符」,如果使用「全部」選項,則可以定義分隔符。

原文外掛簡介

Meta Collections
Meta Collections is developed to turn WordPress into a Collection manager.
Beside ‘Posts’ and ‘Pages’ you can add your own custom post types (a Collection e.g. ‘Films’, ‘Recipes’ or ‘Products’).
For that particular post type you can add you own Metadata schema (custom fields: For ‘Products’ a price, image and manufacturer field).
For example, if you want a Dublin Core metadata schema you can. That schema can be a mixture of system and custom fields or a completely customized metadataschema.
You can intuitively compose the user interface for the post type in a preview screen by dragging and dropping metafields in the right places using neat metaboxes.
Fields can be validated and can consist of multiple instances (e.g. more dan one ingredient field with a custom post type ‘recipes’).
You can add metafields in the post overview table.
Fields types

Text
Textarea
Wysiwyg (WordPress’ native Editor)
Vimeo API connector (copies vimeo’s preview images and other metadata into wordpress, configure embedding options)
Youtube field. (Using YouTube’s API to get all the metadata for the film) Ability to use the title and description from the Youtube film in WordPress’ title and description
ColorPicker (jQuery UI Colorpicker with hsb, rgb, lab, cmyk, hex colortype and transparancy support)
Date (jQuery UI datepicker)
Datetime (jQuery Mobiscroll)
Image
Georeference (Using google maps API for displaying a map and (reverse) geocode)
True / False (checkbox with text comment)
Taxonomy (adds a ‘WordPress’ native taxonomy or tags to your post type)
Select (for selecting one or multiple values in a dropdownmenu)
Radio buttons (for single value)
Open Layer New Open Layer field for managing multiple point with a post (or other custom post type) every point can contain a title, date time and amount.
User field. Select single or multiple wordpress users en roles in checkbox, select or radio setting.
Combination Field. A field that can contain multiple other fieltypes. For example a text field and an image field. This field can also be repeated.
This field you will enable to add multiple ‘records’ to one post, page or other custom post type you created.
For instance, if you would have a custom post type ‘films’, this field would enable you to add mulitple actors with each film containing a bio, photo and other personal info.

Wishlist
* File
* multiple checkboxes
* ask/request!
Shortcode
Shorcodes is still quite simple
you can add the follow shorcode in your posts description in order to use the fields
[collections metafield=”identifier” instance=”all” seperator=” – “]
The shorcode analyzed:
1. ‘collections’ to identify the shortcode for the collections plugin. alwya begin the shorcode with
1. ‘metafield= metafieldID’ you can look a metafieldID up by editing a metadataset and then a metadatafield.
1. ‘instance = number’ to enable use of multiple values in a metafield. use 0 for the value for instance 0 or 1 for instance 1. Default if variable is not used is 0.
Use ‘all’ to return all the values.
1. ‘seperator = ‘number’ if you use ‘All’for ‘instance’ then you can define a ‘seperator’ which seperate the values.
Localized interface
The plugin is published in a language supporing two languages, English and Dutch. Feel free to translate it to another language.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Meta Collections」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


2.0 | 1.0.1 | 1.0.2 | 1.0.3 | 2.0.1 | 2.0.2 | 2.0.3 | trunk | 2.0.4 unreleased |

延伸相關外掛(你可能也想知道)

  • PS Taxonomy Expander 》PS Taxonomy Expander 可以讓您更輕鬆地在編輯文章時使用類別、標籤和自訂分類法。, 功能, , 啟用將分類法核取方塊變成有階層的單選按鈕功能。, 讓您在 WordP...。
  • List Custom Taxonomy Widget 》清單自訂分類小工具是一種快速且簡單的方式,可以顯示自訂分類。只需從自動填充的清單中選擇要顯示的分類名稱即可。您還可以設置小工具要顯示的標題。可以將...。
  • Custom Post Type Generator 》透過 WordPress 管理介面輕鬆製作自訂文章類別及自訂分類法。, 對於任何使用 WordPress 的使用者來說都是必備的外掛程式。, 此外掛程式已發佈於 GitHub 上。。
  • Categories in Hierarchical Order 》Gutenberg 編輯器已經在選擇分類時維護了父子關係。因此,子類別不會出現在分類元框的頂部。因此,如果您正在使用 Gutenberg 編輯器,則不需要此外掛。, 「分...。
  • Remove Taxonomy Url 》永久連結(Permalinks),如其名,是指指向網站頁面、文章、分類或標籤的永久連結,讓訪客和搜尋引擎更容易地瀏覽您的網站。, 您有多少次因為 URL 看起來古怪...。
  • Easy Post Types and Fields 》m your custom post types., , , Include custom fields and taxonomies in the table., , , Customize the table columns to display only the information ...。
  • CBX Custom Taxonomy Filter 》WordPress 管理員工作區或儀表板的內建或自訂文章類型列表中,Custom Taxonomy Filter in WordPress Admin Panel Post Listing Plugin 將幫助您解決或添加自...。
  • Remove Taxonomy Slug 》這個外掛可以讓您擁有乾淨的 SEO 友善網址。您可以透過幾個點擊來移除分類法(taxonomy)別名並取得 SEO 友善的網址。, 此外掛可以透過進入外掛設定來移除自...。
  • LH User Taxonomies 》此外掛擴充了預設分類機能,將其擴展至使用者,同時自動化所有樣板代碼。, 啟用後,可使用以下程式碼註冊使用者分類:, register_taxonomy('profession', 'use...。
  • Taxonomy Images II 》這個 WordPress 外掛可讓您上傳類別和自訂分類法的圖像,並提供一個範本標籤在主題中顯示該圖像。要啟用自訂分類法的圖像,請前往「設定 > Category Images I...。
  • WooTumblog 》透過這個外掛程式,您可以建立一個 Tumblr 風格的部落格。只要安裝這個外掛程式,將易於使用的標籤加入您的佈景主題,您的部落格就會轉變成 Tumblr 風格。您...。
  • TC Custom Taxonomy Filter 》使用此外掛,您可以像 WordPress 內建的分類篩選器一樣,按自訂分類篩選器來篩選您的文章(包括自訂文章類型)。。
  • MW Taxonomy 》該外掛需要支持小工具的主題。未創建任何區塊以顯示您的自定分類。, 在您的 WordPress 管理的網站中添加一個或多個自定分類。, 該外掛專注於易於使用的界面,...。
  • ANG Timeline 》ANG Timeline 是一個響應式 WordPress 外掛,可讓您創建美麗的垂直時間軸和一系列事件,並將其指定給該時間軸。, 此外掛會在您的 WordPress 博客中添加「time...。
  • States Map US 》這個互動地圖將在彈出窗口中顯示每個美國州的信息。States Map US外掛可以讓您在地圖上顯示有關每個州的信息。一個美麗的彈出窗口界面將顯示有關所選州的信息...。

文章
Filter
Mastodon