چۈشەندۈرۈش
With the launch of version 4.4, WordPress added metadata capabilities for taxonomy terms. Advanced Term Fields leverages this new capability by providing developers an easy-to-use, yet powerful framework for adding custom meta fields to taxonomy terms.
Through the use of hooks and filters, it’s completely customizable for your project requirements, while also providing a standardized way of building a UI for managing term metadata.
Use it for tags, categories, even custom taxonomies. Advanced term meta, your way!
Usage
This is a parent framework, meant to be extended by child classes. See any one of the following extensions for examples:
- Advanced Term Fields: Colors Color-code your terms!
- Advanced Term Fields: Icons Icons for categories, tags, and custom taxonomy terms.
- Advanced Term Fields: Featured Images Featured images for terms!
ئېكران كەسمىسى
ئورنىتىش
From the WordPress.org plugin repository:
- Download and install using the built in WordPress plugin installer.
- Activate in the «Plugins» area of your admin by clicking the «Activate» link.
- No further setup or configuration is necessary.
From GitHub:
- Download the latest stable version.
- Extract the zip folder to your plugins directory.
- Activate in the «Plugins» area of your admin by clicking the «Activate» link.
- No further setup or configuration is necessary.
FAQ
- Where can I find documentation?
-
The plugin’s official page: http://darrinb.com/advanced-term-fields
- Does this plugin depend on any others?
-
Nope!
- Does this create/modify/destroy database tables?
-
This leverages the term meta capabilities added in WordPress 4.4. No database modifications needed!
باھالاشلار
بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.
تۆھپىكار ۋە ئىجادكار
«Advanced Term Fields» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.
تۆھپىكار«Advanced Term Fields» نى تىلىڭىزغا تەرجىمە قىلىڭ
ئىجادىيەتكە قىزىقامسىز؟
كودقا كۆز يۈگۈرتۈپ، SVN خەزىنە تەكشۈرۈپ ياكى RSSئارقىلىق ئىجادىيەت خاتىرىسىگە مۇشتەرى بولغىلى بولىدۇ.
ئۆزگىرىش خاتىرىسى
0.1.2
- WP 4.5 Compatibility updates: added ›load-term.php‹ action hook.
- Bug fix: on quick edit form when $taxonomy is not defined.
0.1.1
- Added
$meta_slug
property for localizing js files and HTML attributes for form fields. - Added check for update functionaliy to test for latest version.
0.1.0
- Initial release