Ably Custom Icon Field for ACF

外掛說明

Ably Custom Icon Field for ACF adds a custom field type for Advanced Custom Fields (ACF) with a visual icon picker:

  • Visual grid: Display imported icons in a searchable modal.
  • Live search: Filter icons by label or CSS class.
  • Multiple collections: Import, review, and remove multiple IcoMoon ZIP collections.
  • Safe field values: Validate selected icon classes against the available icon list.

External icon fonts

External icon libraries are optional. The plugin does not bundle third-party icon fonts. Administrators may provide authorized CDN URLs in the plugin settings and are responsible for complying with the applicable license terms.

Usage

  1. Go to ACF > Field Groups.
  2. Add a field and select the “Ab Icon” field type.
  3. Choose the return format: CSS class or HTML.

In templates

Class format:
php
<?php $icon = get_field('my_icon'); ?>
<i class="<?php echo esc_attr($icon); ?>"></i>

安裝方式

  1. Upload the ably-custom-icon-field-for-acf folder to /wp-content/plugins/.
  2. Activate the plugin from the WordPress Plugins screen.
  3. Install and activate Advanced Custom Fields (ACF).
  4. Go to Custom Icons > General Settings and import an IcoMoon ZIP export.

You can import multiple ZIP collections. Imported fonts and icon classes are kept together, and each collection can be removed from the settings page when it is no longer needed.

The settings page shows the imported ZIP name, import date, and icon count.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Ably Custom Icon Field for ACF〉的開發相關工作。

參與者

將〈Ably Custom Icon Field for ACF〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

2.0.4

  • Added a responsive administration interface.
  • Added multiple IcoMoon collection management.
  • Added icon copy actions and collection deletion controls.

1.0.0

  • Initial release for Ably Peru.
  • Added a compact visual icon picker.