WP INCI

外掛說明

A WordPress plugin to manage INCI (International Nomenclature of Cosmetic Ingredients). You can set up your database of ingredients and products and easily insert a product table into posts and pages using a shortcode.
There are two example products with ingredients into the data directory that can be imported using the standard WordPress Importer.

Plugin Features

  • Custom Post Type Ingredient: it comes with a function list, a source list and a visual safety field.
  • Custom Post Type Product: it comes with a brand taxonomy.
  • Single and multiple search for ingredients: check the ingredient against the local database.
  • Options: possibility to exclude the default CSS, copy it into your style.css and customize it; change the disclaimer content.
  • Shortcode: in the product list, there is a column where you can copy the ‘basic’ shortcode relative to a specific product.
    If you need a different way to display it, you can:

    1. specify a different title
      Example: [wp_inci_product id=”33591″ title=”My custom title”]
    2. automatically insert the product permalink
      Example: [wp_inci_product id=”33591″ link=”true”]
    3. remove the ingredients listing
      Example: [wp_inci_product id=”33591″ link=”true” list=”false”]
    4. remove the safety from ingredients listing
      Example: [wp_inci_product id=”33591″ safety=”false”]
  • Languages: English, Italian.

Support

If you need support or have a feature request, please use the support forum.

Credits

螢幕擷圖

  • Ingredients list and single ingredient
  • Product list and single product
  • How to manage options
  • How to use the product shortcode
  • Post example

安裝方式

  1. Upload wp-inci folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Enjoy

常見問題集

Can I translate the plugin interface?

Yes, just use the .POT file in the languages folder.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

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

參與者

〈WP INCI〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈WP INCI〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.6.5

  • Tested up to 6.5
  • Updated dependencies

1.6.4

  • Tested up to 6.4
  • Updated dependencies
  • Removed Product Gutenberg block
  • Updated data xml

1.6.3

  • Tested up to 6.3
  • Bugfix
  • Updated dependencies

1.6.2

  • Tested up to 6.2
  • Bugfix
  • Updated dependencies

1.6.1

  • Linted PHP
  • Updated dependencies

1.6.0

  • Tested up to 6.1
  • Updated dependencies
  • Added composer scripts
  • Linted all code
  • Removed Grunt
  • Added npm scripts

1.5.2

  • Tested up to 6.0
  • Updated dependencies

1.5.1

  • Updated translation
  • Bugfix

1.5

  • Tested up to 5.9
  • Updated dependencies
  • Added Product Gutenberg block

1.4

  • Tested up to 5.8
  • Updated dependencies

1.3

  • Tested up to 5.7
  • Updated dependencies
  • Added numbers to multiple ingredients list

1.2.1

  • Tested up to 5.6

1.2

  • Hidden Welcome Tips popup and disabled fullscreen mode for Gutenberg (only for Products and Ingredients)
  • Tested up to 5.5.3
  • Bugfix

1.1.2

  • Bugfix

1.1.1

  • Changed admin icon
  • Support for blocks

1.1.0

  • New: ingredients multiple search

1.0.2

  • Fixed CSS
  • Added safety to ingredients list

1.0.1

  • Tested up to 5.5
  • Bugfix

1.0

  • First release