Beschreibung
Ein WordPress-Plugin, um einfach Icons zu Kategorien, Schlagworten oder andere Taxonomie-Begriffen hinzuzufügen.
** Now supports a category, tag or any other taxonomy image field, also.
Please note that this plugin will not automatically output the icon or the image on the frontend of our site.
It is up to you to query and output in your theme using the provided getter functions: get_term_icon_id()
, get_term_icon_url()
, get_term_image_id()
, get_term_image_url()
.
Installation
- Install Category Icon either via the WordPress.org plugin directory, or by uploading the files to your
/wp-content/plugins/
directory - After activating Category Icon go and edit any category or term to see the upload field.
- Now you can add or edit category, tags or any other taxonomy terms icons.
Rezensionen
Mitwirkende & Entwickler
„Kategorie Icon“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„Kategorie Icon“ wurde in 5 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „Kategorie Icon“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.0.1
- Added sanitization for SVG uploads to prevent Cross-Site Scripting (XSS) vulnerabilities.
- Implemented secure file naming for uploaded SVG files by appending a random suffix to filenames.
- Enhanced upload handling to ensure SVG files are sanitized in place without altering the original upload path.
- Improved compatibility with WordPress file upload checks.
1.0.0
- Ensure compatibility with WordPress 5.9
- Add getter functions for term icon and image.
- Update build process.
- Clarify description and instructions about what this plugin does and doesn’t do.
0.7.1
- Improve compatibility with WordPress 5.7
0.7.0
- We did several compatibility checks with Gutenberg so everything will work just fine
- Solved an issue where Category-Icon was having a conflict with other plugins in the Dashboard
0.6.0
- Add a category image field to be used as featured category image
0.5.0
- Veröffentlichung auf WordPress.org
0.0.1
- Init Plugin