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

Handy Custom Fields

描述

Handy Custom Fields is a compact plugin, which allows You to:
– work with additional data about post (while creating/editing blog posts);
– display such additional data by specifying name of the field You want to show;
– activate/deactivate each of the additional fields separately through WP admin panel (when deactivated, field will no longer be available for creating);

螢幕截圖

安裝

Steps to become happy with HCF: 1. Copy “HCF” directory files to the “/wp-content/plugins/” directory. 2. Find the plugin in the “Plugins” menu in admin panel and activate it. 3. Set up plugin’s settings in admin panel (“HCF” page) by entering word “true” in inputs to active needed additional field/fields.

常見問題

How to add new custom field or edit existing?

In “HCF.php” file You will find “extra_fields_box_func” function.
Each “if” block references single plugin’s additional field. It checks if field is activated, and if so – generates markup in posts create/edit pages on admin panel.

How to add display custom field data on page?

Simply add code “ID, “title”, true); ?>” anywhere on your page, which will get custom field value and display it as text.
You have to specify name of custom field to show, in example it is “title”.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Handy Custom Fields” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Handy Custom Fields 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.1

  • Fixed function names.

1.0

  • Ended up with stable version.
  • Custom fields editing.
  • Inserting custom fields values in markup.