{"id":37655,"date":"2015-07-18T02:06:00","date_gmt":"2015-07-18T02:06:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-taxonomy-import\/"},"modified":"2022-10-12T05:49:15","modified_gmt":"2022-10-12T05:49:15","slug":"wp-taxonomy-import","status":"closed","type":"plugin","link":"https:\/\/ja.wordpress.org\/plugins\/wp-taxonomy-import\/","author":7433060,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.5","stable_tag":"1.0.5","tested":"6.0.11","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"WP Taxonomy Import","header_author":"Nakashima Masahiro","header_description":"","assets_banners_color":"ddba76","last_updated":"2022-10-12 05:49:15","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.kigurumi.asia\/tech\/716\/","header_author_uri":"http:\/\/www.kigurumi.asia","rating":4.4,"author_block_rating":0,"active_installs":5000,"downloads":25877,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":{"1.0":{"tag":"1.0","author":"kanakogi","date":"2015-07-18 02:19:53"},"1.0.1":{"tag":"1.0.1","author":"kanakogi","date":"2015-07-18 02:37:29"},"1.0.2":{"tag":"1.0.2","author":"kanakogi","date":"2015-07-18 02:47:23"},"1.0.3":{"tag":"1.0.3","author":"kanakogi","date":"2015-07-18 02:58:40"},"1.0.4":{"tag":"1.0.4","author":"kanakogi","date":"2020-05-10 01:21:35"},"1.0.5":{"tag":"1.0.5","author":"kanakogi","date":"2022-10-12 05:49:15"}},"upgrade_notice":[],"ratings":{"1":1,"2":1,"3":0,"4":0,"5":9},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":1201378,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":1201377,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":1201376,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[89,87,91],"plugin_category":[57,59],"plugin_contributors":[80261],"plugin_business_model":[],"class_list":["post-37655","plugin","type-plugin","status-closed","hentry","plugin_tags-category","plugin_tags-import","plugin_tags-taxonomy","plugin_category-taxonomy","plugin_category-utilities-and-tools","plugin_contributors-kanakogi","plugin_committers-kanakogi"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-taxonomy-import_ddba76.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This is a plug-in allowing the user to create large amount of taxonomies.<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<ol>\n<li>Make a new directory inside <code>\/wp-content\/plugins\/<\/code> named <code>wp-taxonomy-import<\/code><\/li>\n<li>Upload all files into <code>\/wp-content\/plugins\/wp-taxonomy-import\/<\/code> directory<\/li>\n<li>The control panel of WP Taxonomy Import is in 'Tools &gt; Taxonomy Import'.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20do%20i%20create%20taxnomies%3F'><h3>How do I create taxnomies?<\/h3><\/dt>\n<dd><p>Tools &gt; Taxonomy Import,\nIn the text area create taxnomies separated by a new line, e.g. :<\/p>\n\n<ul>\n<li>Category A<\/li>\n<li>Category B<\/li>\n<li>Category C<\/li>\n<\/ul><\/dd>\n<dt id='what%20about%20nested%20taxnomies%3F'><h3>What about nested taxnomies?<\/h3><\/dt>\n<dd><p>Great question!\nIn the same text area, you can create child taxnomies as well!\nEach Taxonomy who has a parent is written with a '-&gt;' separating parent from child, e.g. :<\/p>\n\n<ul>\n<li>Category A -&gt; Category B -&gt; Category C<\/li>\n<\/ul>\n\n<p>And for massive assignment, e.g. :<\/p>\n\n<ul>\n<li>Category A -&gt; Category B<\/li>\n<li>Category B -&gt; Category C<\/li>\n<li>Category B -&gt; Category D<\/li>\n<li>Category A -&gt; Category E -&gt; Category F<\/li>\n<li>Category F -&gt; Category H<\/li>\n<\/ul>\n\n<p>wasn't that easy?<\/p><\/dd>\n<dt id='what%20slug%20is%20being%20set%20for%20each%20of%20my%20categories%3F'><h3>What slug is being set for each of my categories?<\/h3><\/dt>\n<dd><p>Well, the default slug is the category name with hyphens instead of white spaces and all lowercase.<\/p><\/dd>\n<dt id='what%20if%20i%20would%20like%20to%20change%20the%20slug%3F'><h3>What if I would like to change the slug?<\/h3><\/dt>\n<dd><p>No problem!\nWhen setting a category just add the dollar-sign '$' delimiter after the category name and your new slug!\ne.g. :<\/p>\n\n<ul>\n<li>Category A$foo -&gt; Category B$bar -&gt; Category C$cool-isnt-it<\/li>\n<\/ul><\/dd>\n<dt id='what%20about%20adding%20descriptions%3F'><h3>What about adding descriptions?<\/h3><\/dt>\n<dd><p>Easy, just add another dollar-sign '$' delimiter after the category slug and wrap your description with double-quotes \"\". e.g. :\n(Don't forget to escape double-quotes inside your description!)<\/p>\n\n<ul>\n<li>Category A$foo$\"this is bar!\"<\/li>\n<\/ul><\/dd>\n<dt id='and%20if%20i%20don%27t%20like%20your%20silly%20dollar-sign%20delimiter%3F'><h3>And if I don't like your silly dollar-sign delimiter?<\/h3><\/dt>\n<dd><p>Just change it!\nJust before the text area there's a small input bar that you can put whatever delimiter you want.\nNotice: currently it is impossible to use the '-&gt;' sign as a delimiter.<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"This is a plug-in allowing the user to create large amount of taxonomies.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/37655","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=37655"}],"author":[{"embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/kanakogi"}],"wp:attachment":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=37655"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=37655"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=37655"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=37655"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=37655"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=37655"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}