{"id":30679,"date":"2014-07-18T08:46:40","date_gmt":"2014-07-18T08:46:40","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/custom-taxonomy-category-and-term-fields\/"},"modified":"2014-10-28T09:26:21","modified_gmt":"2014-10-28T09:26:21","slug":"custom-taxonomy-category-and-term-fields","status":"closed","type":"plugin","link":"https:\/\/sw.wordpress.org\/plugins\/custom-taxonomy-category-and-term-fields\/","author":9357062,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3.2","stable_tag":"1.3.2","tested":"4.0.38","requires":"3.5.0","requires_php":"","requires_plugins":"","header_name":"LSD Custom taxonomy and category meta","header_author":"Bas Matthee","header_description":"","assets_banners_color":"bfd2e2","last_updated":"2014-10-28 09:26:21","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=QNV6JFQWGSSSC","header_plugin_uri":"","header_author_uri":"http:\/\/www.twitter.com\/BasMatthee","rating":4.3,"author_block_rating":0,"active_installs":100,"downloads":11793,"num_ratings":6,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":"5"},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"950965","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.3","1.3.1","1.3.2"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1538929","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1538929","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538929","resolution":"1","location":"plugin"}},"screenshots":{"1":"The Settings-page where you can add the custom fields","2":"Example of the custom fields under the general category fields","3":"Example of the custom fields under the general category fields"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[22222,2009,683,91,22223],"plugin_category":[57],"plugin_contributors":[84766],"plugin_business_model":[],"class_list":["post-30679","plugin","type-plugin","status-closed","hentry","plugin_tags-category-meta","plugin_tags-custom-field","plugin_tags-meta","plugin_tags-taxonomy","plugin_tags-taxonomy-meta","plugin_category-taxonomy","plugin_contributors-basmatthee","plugin_committers-basmatthee"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/custom-taxonomy-category-and-term-fields_bfd2e2.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/custom-taxonomy-category-and-term-fields\/trunk\/screenshot-1.png?rev=1538929","caption":"The Settings-page where you can add the custom fields"},{"src":"https:\/\/ps.w.org\/custom-taxonomy-category-and-term-fields\/trunk\/screenshot-2.png?rev=1538929","caption":"Example of the custom fields under the general category fields"},{"src":"https:\/\/ps.w.org\/custom-taxonomy-category-and-term-fields\/trunk\/screenshot-3.png?rev=1538929","caption":"Example of the custom fields under the general category fields"}],"raw_content":"<!--section=description-->\n<p>Plugin to manage and use custom meta fields within builtin and custom taxonomies. Simply add the desired fields by navigating to Settings &gt; Category meta in your Wordpress administration panel.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unzip into your <code>\/wp-content\/plugins\/<\/code> directory. If you're uploading it make sure to upload\nthe top-level folder. Don't just upload all the php files and put them in <code>\/wp-content\/plugins\/<\/code>.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to your Administration interface in the \"Settings\" menu a new \"Category Meta\" page is created.\nConfigure the meta you want to use.<\/li>\n<li>go to your Administration interface, in the \"Category\" menu -&gt; new fields are displayed in the category modification form with the meta you configured.<\/li>\n<li>That's it!<\/li>\n<li><p>you can use the folowing functions into your templates to retreive 1 meta:<\/p>\n\n<p>if (function_exists('get_terms_meta'))\n{\n    $metaValue = get_terms_meta($category_id, $meta_key);\n}<\/p><\/li>\n<li><p>you can use the folowing functions into your templates to retreive all meta:<\/p>\n\n<p>if (function_exists('get_all_terms_meta'))\n{\n    $metaList = get_all_terms_meta($category_id);\n}<\/p><\/li>\n<\/ol>\n\n<!--section=changelog-->\n<p>1.3.2   : Bugfix in displaying WYSIWYG contents after save.<\/p>\n\n<p>1.3.0   : Added WYSIWYG Editor support. Code refacturing and cleanup. Fixed bug with non-sanitized formfield names. Some minor bugfixing. CSS-file removed. User interface changed.<\/p>\n\n<p>1.2.8 : Add Brazilian Portuguesetranslation thanks to josecoelho<\/p>\n\n<p>1.2.7 : Small fix to make the image fields work in WordPress 3.4.<\/p>\n\n<p>1.2.6 : Fix bug introduced in 1.2.5, allowing images to be inserted into posts again.<\/p>\n\n<p>1.2.5 : Small fix to make the image fields work in WordPress 3.3.1.<\/p>\n\n<p>1.2.4 : Small fix to make the meta list appear in the taxonomy edit page with WP3.0.1. &amp;&amp; WP3.0.4 (thanks to webgrafia).<\/p>\n\n<p>1.2.3 : Add a new meta type \"check-box\" with meta_value of \"checked\" when the box is checked (thanks to Joseph).<\/p>\n\n<p>1.2.2 : Small fix to make the meta list appear in the taxonomy edit page with WP3.0.1. &amp;&amp; WP3.0.4 (thanks to Patrick).<\/p>\n\n<p>1.2.1 : Small fix to avoid problem wih global variables in the taxonomy list with WP3.0.1. (thanks to Jeff).<\/p>\n\n<p>1.2.0 : Major release. Add the terms meta administration form on all terms (category \/ Tags \/ custom taxonomies) for WP version 3.0 and above.<\/p>\n\n<p>1.1.1 : Fix a typo error when no meta has been configured.<\/p>\n\n<p>1.1.0 : Major release. Test and debug to be fully compatible with version 3.0.x . Add the new \"image\" type for meta.<\/p>\n\n<p>1.0.3 : Fix an error on the meta update method thanks to Tom Ransom for sending the fix.<\/p>\n\n<p>1.0.2 : Debug when no meta is set.<\/p>\n\n<p>1.0.1 : Add the possibility to replace special chars into meta name in the meta creation form in the option page.<\/p>\n\n<p>1.0.0 : Add the option page to easily configure the meta list<\/p>\n\n<p>0.0.1 : plugin initial creation.<\/p>","raw_excerpt":"Plugin to manage and use custom meta fields within builtin and custom taxonomies. Simply add the desired fields by navigating to Settings &gt; Categor &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/30679","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/sw.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/sw.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=30679"}],"author":[{"embeddable":true,"href":"https:\/\/sw.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/basmatthee"}],"wp:attachment":[{"href":"https:\/\/sw.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=30679"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/sw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=30679"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/sw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=30679"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/sw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=30679"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/sw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=30679"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/sw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=30679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}