{"id":4658,"date":"2009-02-04T17:49:48","date_gmt":"2009-02-04T17:49:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/custom-field-taxonomies\/"},"modified":"2012-09-26T12:21:39","modified_gmt":"2012-09-26T12:21:39","slug":"custom-field-taxonomies","status":"publish","type":"plugin","link":"https:\/\/ug.wordpress.org\/plugins\/custom-field-taxonomies\/","author":180901,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.0.3","stable_tag":"2.0.3","tested":"3.4.2","requires":"3.2","requires_php":"","requires_plugins":"","header_name":"Custom Field Taxonomies","header_author":"scribu","header_description":"","assets_banners_color":"","last_updated":"2012-09-26 12:21:39","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies","header_author_uri":"http:\/\/scribu.net\/","rating":4.6,"author_block_rating":0,"active_installs":60,"downloads":16197,"num_ratings":5,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":2,"5":3},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.4","1.5b2","2.0","2.0.1","2.0.2","2.0.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"598611","resolution":"1","location":"assets"}},"screenshots":{"1":"The utility"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2010,683,2994,91],"plugin_category":[57],"plugin_contributors":[77621],"plugin_business_model":[],"class_list":["post-4658","plugin","type-plugin","status-publish","hentry","plugin_tags-custom-fields","plugin_tags-meta","plugin_tags-metadata","plugin_tags-taxonomy","plugin_category-taxonomy","plugin_contributors-scribu","plugin_committers-scribu"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/custom-field-taxonomies.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/custom-field-taxonomies\/assets\/screenshot-1.png?rev=598611","caption":"The utility"}],"raw_content":"<!--section=description-->\n<p>Custom fields are great for storing various meta data about a post. However, if you routinely need to display posts that have a certain custom field value, you should consider switching to a <a href=\"http:\/\/codex.wordpress.org\/Custom_Taxonomies\">custom taxonomy<\/a>, which is better suited for grouping posts.<\/p>\n\n<p>With this simple plugin, you can convert all custom fields with a certain key to terms in a certain taxonomy, while maintaining the post association.<\/p>\n\n<p><strong>Note:<\/strong> If you're looking for the old version, see <a href=\"http:\/\/wordpress.org\/extend\/plugins\/custom-query-fields\/\">Custom Query Fields<\/a><\/p>\n\n<p>Links: <a href=\"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies\">Plugin News<\/a> | <a href=\"http:\/\/scribu.net\">Author's Site<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unzip the archive and put the folder into your plugins folder (\/wp-content\/plugins\/).<\/li>\n<li>Activate the plugin from the Plugins admin menu.<\/li>\n<li>Go to Tools -&gt; CF Taxonomies<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Error on activation: \"Parse error: syntax error, unexpected...\"<\/dt>\n<dd><p>Make sure your host is running PHP 5. The only foolproof way to do this is to add this line to wp-config.php (after the opening <code>&lt;?php<\/code> tag):<\/p>\n\n<pre><code>var_dump(PHP_VERSION);\n<\/code><\/pre>\n\n<p><br \/><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0.3<\/h4>\n\n<ul>\n<li>fixed severe bug in custom field dropdown<\/li>\n<li>updated scbFramework<\/li>\n<\/ul>\n\n<h4>2.0.2<\/h4>\n\n<ul>\n<li>more detailed error messages<\/li>\n<li>convert to any taxonomy with 'show_ui' =&gt; true<\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<ul>\n<li>fixed error with existing terms<\/li>\n<li>proper handling of custom fields with ',' in them<\/li>\n<li><a href=\"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies\/cft-2-0.html\">more info<\/a><\/li>\n<\/ul>\n\n<h4>2.0<\/h4>\n\n<ul>\n<li>new direction: convert custom fields to taxonomy terms<\/li>\n<li><a href=\"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies\/change-of-direction.html\">more info<\/a><\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>added support for ranges: ?price-min=100&amp;price-max=300<\/li>\n<li>security enhancements<\/li>\n<li><a href=\"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies\/cft-1-4.html\">more info<\/a><\/li>\n<\/ul>\n\n<h4>1.3.4<\/h4>\n\n<ul>\n<li>fixed \"Remove duplicates\" button<\/li>\n<li>dropped support for WordPress older than 2.8<\/li>\n<\/ul>\n\n<h4>1.3.3<\/h4>\n\n<ul>\n<li>ajax-ed admin page<\/li>\n<\/ul>\n\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>fixed meta_cloud() args<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>fixed \"Save taxonomies\" button<\/li>\n<li>added two hooks<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>added AND, OR queries<\/li>\n<li>fixed compatibility with Smarter Navigation<\/li>\n<li><a href=\"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies\/cft-1-3.html\">more info<\/a><\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>revamped Admin Page<\/li>\n<li>option to sort posts by key=value order<\/li>\n<li>doesn't mess with other loops except the main WP loop<\/li>\n<li><a href=\"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies\/cft-1-2.html\">more info<\/a><\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>wildcard support<\/li>\n<li>option to show posts that don't match all key=value pairs<\/li>\n<li><a href=\"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies\/cft-1-1.html\">more info<\/a><\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>several bugfixes and enhancements<\/li>\n<li><a href=\"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies\/cft-1-0.html\">more info<\/a><\/li>\n<\/ul>\n\n<h4>0.9<\/h4>\n\n<ul>\n<li>meta search box<\/li>\n<li><a href=\"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies\/cft-0-9.html\">more info<\/a><\/li>\n<\/ul>\n\n<h4>0.8<\/h4>\n\n<ul>\n<li>custom field management<\/li>\n<li><a href=\"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies\/cft-0-8.html\">more info<\/a><\/li>\n<\/ul>\n\n<h4>0.7<\/h4>\n\n<ul>\n<li>multiple key=value pairs<\/li>\n<li><a href=\"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies\/cft-0-7.html\">more info<\/a><\/li>\n<\/ul>\n\n<h4>0.6<\/h4>\n\n<ul>\n<li>relative URLs<\/li>\n<li><a href=\"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies\/cft-0-6.html\">more info<\/a><\/li>\n<\/ul>\n\n<h4>0.5<\/h4>\n\n<ul>\n<li>initial release<\/li>\n<li><a href=\"http:\/\/scribu.net\/wordpress\/custom-field-taxonomies\/cft-0-5.html\">more info<\/a><\/li>\n<\/ul>","raw_excerpt":"Convert custom fields to tags, categories or taxonomy terms","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/4658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=4658"}],"author":[{"embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/scribu"}],"wp:attachment":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=4658"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=4658"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=4658"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=4658"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=4658"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=4658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}