Sharraxaad
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
- Go to ACF > Field Groups.
- Add a field and select the “Ab Icon” field type.
- 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>
Rakibaad
- Upload the
ably-custom-icon-field-for-acffolder to/wp-content/plugins/. - Activate the plugin from the WordPress Plugins screen.
- Install and activate Advanced Custom Fields (ACF).
- 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.
Dibu-eegisyo
Ma jiraan wax dibu-eegis ah oo ku saabsan kaabahan.
Ka-qaybgalayaasha & Horumariyayaasha
“Ably Custom Icon Field for ACF” waa softiweer il furan. Dadka soo socda ayaa wax ku biiriyay kaabahan.
Ka-qaybgalayaashaKu tarjun “Ably Custom Icon Field for ACF” luqaddaada.
Ma xiisaynaysaa horumarinta?
Baadh koodka, fiiri bakhaarka SVN, ama iska qor diiwaanka horumarinta adigoo adeegsanaya RSS.
Isbeddellada
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.