{"id":15498040,"url":"https://github.com/scribu/wp-custom-field-taxonomies","last_synced_at":"2025-04-22T22:12:06.581Z","repository":{"id":139142730,"uuid":"1148480","full_name":"scribu/wp-custom-field-taxonomies","owner":"scribu","description":"Convert custom field values to taxonomy terms","archived":false,"fork":false,"pushed_at":"2012-09-26T12:21:20.000Z","size":350,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T22:11:48.730Z","etag":null,"topics":["wordpress"],"latest_commit_sha":null,"homepage":"http://scribu.net/wordpress/custom-field-taxonomies","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scribu.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-12-08T01:57:44.000Z","updated_at":"2020-02-15T07:58:47.000Z","dependencies_parsed_at":"2023-03-12T00:00:20.064Z","dependency_job_id":null,"html_url":"https://github.com/scribu/wp-custom-field-taxonomies","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribu%2Fwp-custom-field-taxonomies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribu%2Fwp-custom-field-taxonomies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribu%2Fwp-custom-field-taxonomies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribu%2Fwp-custom-field-taxonomies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scribu","download_url":"https://codeload.github.com/scribu/wp-custom-field-taxonomies/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250331825,"owners_count":21413103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wordpress"],"created_at":"2024-10-02T08:41:44.536Z","updated_at":"2025-04-22T22:12:06.525Z","avatar_url":"https://github.com/scribu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Custom Field Taxonomies ===\nContributors: scribu\nTags: custom fields, meta, metadata, taxonomy\nRequires at least: 3.2\nTested up to: 3.4\nStable tag: 2.0.3\nLicense: GPLv2 or later\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n\nConvert custom fields to tags, categories or taxonomy terms\n\n== Description ==\n\nCustom 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 [custom taxonomy](http://codex.wordpress.org/Custom_Taxonomies), which is better suited for grouping posts.\n\nWith this simple plugin, you can convert all custom fields with a certain key to terms in a certain taxonomy, while maintaining the post association.\n\n**Note:** If you're looking for the old version, see [Custom Query Fields](http://wordpress.org/extend/plugins/custom-query-fields/)\n\n\nLinks: [Plugin News](http://scribu.net/wordpress/custom-field-taxonomies) | [Author's Site](http://scribu.net)\n\n== Installation ==\n\n1. Unzip the archive and put the folder into your plugins folder (/wp-content/plugins/).\n1. Activate the plugin from the Plugins admin menu.\n1. Go to Tools -\u003e CF Taxonomies\n\n== Frequently Asked Questions ==\n\n= Error on activation: \"Parse error: syntax error, unexpected...\" =\n\nMake 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 `\u003c?php` tag):\n\n`var_dump(PHP_VERSION);`\n\u003cbr\u003e\n\n== Screenshots ==\n\n1. The utility\n\n== Changelog ==\n\n= 2.0.3 =\n* fixed severe bug in custom field dropdown\n* updated scbFramework\n\n= 2.0.2 =\n* more detailed error messages\n* convert to any taxonomy with 'show_ui' =\u003e true\n\n= 2.0.1 =\n* fixed error with existing terms\n* proper handling of custom fields with ',' in them\n* [more info](http://scribu.net/wordpress/custom-field-taxonomies/cft-2-0.html)\n\n= 2.0 =\n* new direction: convert custom fields to taxonomy terms\n* [more info](http://scribu.net/wordpress/custom-field-taxonomies/change-of-direction.html)\n\n= 1.4 =\n* added support for ranges: ?price-min=100\u0026price-max=300\n* security enhancements\n* [more info](http://scribu.net/wordpress/custom-field-taxonomies/cft-1-4.html)\n\n= 1.3.4 =\n* fixed \"Remove duplicates\" button\n* dropped support for WordPress older than 2.8\n\n= 1.3.3 =\n* ajax-ed admin page\n\n= 1.3.2 =\n* fixed meta_cloud() args\n\n= 1.3.1 =\n* fixed \"Save taxonomies\" button\n* added two hooks\n\n= 1.3 =\n* added AND, OR queries\n* fixed compatibility with Smarter Navigation\n* [more info](http://scribu.net/wordpress/custom-field-taxonomies/cft-1-3.html)\n\n= 1.2 =\n* revamped Admin Page\n* option to sort posts by key=value order\n* doesn't mess with other loops except the main WP loop\n* [more info](http://scribu.net/wordpress/custom-field-taxonomies/cft-1-2.html)\n\n= 1.1 =\n* wildcard support\n* option to show posts that don't match all key=value pairs\n* [more info](http://scribu.net/wordpress/custom-field-taxonomies/cft-1-1.html)\n\n= 1.0 =\n* several bugfixes and enhancements\n* [more info](http://scribu.net/wordpress/custom-field-taxonomies/cft-1-0.html)\n\n= 0.9 =\n* meta search box\n* [more info](http://scribu.net/wordpress/custom-field-taxonomies/cft-0-9.html)\n\n= 0.8 =\n* custom field management\n* [more info](http://scribu.net/wordpress/custom-field-taxonomies/cft-0-8.html)\n\n= 0.7 =\n* multiple key=value pairs\n* [more info](http://scribu.net/wordpress/custom-field-taxonomies/cft-0-7.html)\n\n= 0.6 =\n* relative URLs\n* [more info](http://scribu.net/wordpress/custom-field-taxonomies/cft-0-6.html)\n\n= 0.5 =\n* initial release\n* [more info](http://scribu.net/wordpress/custom-field-taxonomies/cft-0-5.html)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscribu%2Fwp-custom-field-taxonomies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscribu%2Fwp-custom-field-taxonomies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscribu%2Fwp-custom-field-taxonomies/lists"}