Changeset 3079435
- Timestamp:
- 04/30/2024 01:35:24 PM (2 years ago)
- Location:
- bulk-term-generator
- Files:
-
- 2 edited
- 1 copied
-
tags/1.4.0.1 (copied) (copied from bulk-term-generator/trunk)
-
tags/1.4.0.1/README.txt (modified) (3 diffs)
-
trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bulk-term-generator/tags/1.4.0.1/README.txt
r3077810 r3079435 1 1 === Bulk Term Generator - Import multiple tags, categories, and taxonomies easily === 2 2 Contributors: nateallen 3 Tags: add multiple terms,bulk import,terms,tags,categories,taxonomy,add,multiple,mass,keywords,taxonomies,generate 4 Requires at least: 3.1 3 Tags: add multiple,import,terms,tags,categories 5 4 Tested up to: 6.5.2 6 5 Stable tag: trunk … … 38 37 == Frequently Asked Questions == 39 38 40 Q. I need to add a comma to my term name or description, but this breaks things! 41 A. You can escape commas by adding backslash before it, like this: Boston\, MA 39 = I need to add a comma to my term name or description, but this breaks things! = 42 40 43 Q. Can I edit existing terms with this plugin? 44 A. No, this plugin is currently for adding new terms only. We may add this feature in the future. 41 You can escape commas by adding backslash before it, like this: Boston\, MA 45 42 46 Q. Can I set the meta fields for the terms I'm adding? 47 A. This plugin lets you set the slug and description for each term, but not other meta fields. 43 = Can I edit existing terms with this plugin? = 48 44 49 Q: Is it possible to import terms from a specific CSV file or external data source? 50 A: Bulk Term Generator doesn't support importing terms directly from CSV files or external data sources. However, you can copy and paste your terms into the plugin's interface, making it quick and convenient to import them. 45 No, this plugin is currently for adding new terms only. We may add this feature in the future. 51 46 52 Q: Can I schedule term imports to occur automatically at specific intervals? 53 A: Currently, Bulk Term Generator doesn't have a built-in scheduling feature to automate term imports at specific intervals. Let us know if you'd like to see this feature added in the future. 47 = Can I set the meta fields for the terms I'm adding? = 54 48 55 Q: Does Bulk Term Generator handle hierarchical term structures? 56 A: Yes, Bulk Term Generator allows you to create hierarchical term structures by specifying parent terms during the import process. This feature simplifies the creation of complex taxonomies with nested terms. 49 This plugin lets you set the slug and description for each term, but not other meta fields. 57 50 58 Q: Can I import terms into multiple taxonomies simultaneously? 59 A: No, currently the only way to import terms is to select a single taxonomy first. However, you can import terms into multiple taxonomies by repeating the import process for each taxonomy. 51 = Is it possible to import terms from a specific CSV file or external data source? = 60 52 61 Q: Can I export terms from WordPress using Bulk Term Generator? 62 A: No, Bulk Term Generator is primarily focused on importing terms into WordPress. It doesn't provide an export functionality. For exporting terms, you may consider using other WordPress plugins or built-in WordPress export tools. 53 Bulk Term Generator doesn't support importing terms directly from CSV files or external data sources. However, you can copy and paste your terms into the plugin's interface, making it quick and convenient to import them. 54 55 = Can I schedule term imports to occur automatically at specific intervals? = 56 57 Currently, Bulk Term Generator doesn't have a built-in scheduling feature to automate term imports at specific intervals. Let us know if you'd like to see this feature added in the future. 58 59 = Does Bulk Term Generator handle hierarchical term structures? = 60 61 Yes, Bulk Term Generator allows you to create hierarchical term structures by specifying parent terms during the import process. This feature simplifies the creation of complex taxonomies with nested terms. 62 63 = Can I import terms into multiple taxonomies simultaneously? = 64 65 No, currently the only way to import terms is to select a single taxonomy first. However, you can import terms into multiple taxonomies by repeating the import process for each taxonomy. 66 67 = Can I export terms from WordPress using Bulk Term Generator? = 68 69 No, Bulk Term Generator is primarily focused on importing terms into WordPress. It doesn't provide an export functionality. For exporting terms, you may consider using other WordPress plugins or built-in WordPress export tools. 63 70 64 71 == Screenshots == … … 74 81 * Tested with WordPress 6.5.2 75 82 * Improved coding standards 76 * Added a blank option to parent select field 83 * Added a blank option to parent select field (hat tip to @EarthmanWeb) 77 84 * Refactored get_terms usage to align with updated WordPress standards 78 85 -
bulk-term-generator/trunk/README.txt
r3077810 r3079435 1 1 === Bulk Term Generator - Import multiple tags, categories, and taxonomies easily === 2 2 Contributors: nateallen 3 Tags: add multiple terms,bulk import,terms,tags,categories,taxonomy,add,multiple,mass,keywords,taxonomies,generate 4 Requires at least: 3.1 3 Tags: add multiple,import,terms,tags,categories 5 4 Tested up to: 6.5.2 6 5 Stable tag: trunk … … 38 37 == Frequently Asked Questions == 39 38 40 Q. I need to add a comma to my term name or description, but this breaks things! 41 A. You can escape commas by adding backslash before it, like this: Boston\, MA 39 = I need to add a comma to my term name or description, but this breaks things! = 42 40 43 Q. Can I edit existing terms with this plugin? 44 A. No, this plugin is currently for adding new terms only. We may add this feature in the future. 41 You can escape commas by adding backslash before it, like this: Boston\, MA 45 42 46 Q. Can I set the meta fields for the terms I'm adding? 47 A. This plugin lets you set the slug and description for each term, but not other meta fields. 43 = Can I edit existing terms with this plugin? = 48 44 49 Q: Is it possible to import terms from a specific CSV file or external data source? 50 A: Bulk Term Generator doesn't support importing terms directly from CSV files or external data sources. However, you can copy and paste your terms into the plugin's interface, making it quick and convenient to import them. 45 No, this plugin is currently for adding new terms only. We may add this feature in the future. 51 46 52 Q: Can I schedule term imports to occur automatically at specific intervals? 53 A: Currently, Bulk Term Generator doesn't have a built-in scheduling feature to automate term imports at specific intervals. Let us know if you'd like to see this feature added in the future. 47 = Can I set the meta fields for the terms I'm adding? = 54 48 55 Q: Does Bulk Term Generator handle hierarchical term structures? 56 A: Yes, Bulk Term Generator allows you to create hierarchical term structures by specifying parent terms during the import process. This feature simplifies the creation of complex taxonomies with nested terms. 49 This plugin lets you set the slug and description for each term, but not other meta fields. 57 50 58 Q: Can I import terms into multiple taxonomies simultaneously? 59 A: No, currently the only way to import terms is to select a single taxonomy first. However, you can import terms into multiple taxonomies by repeating the import process for each taxonomy. 51 = Is it possible to import terms from a specific CSV file or external data source? = 60 52 61 Q: Can I export terms from WordPress using Bulk Term Generator? 62 A: No, Bulk Term Generator is primarily focused on importing terms into WordPress. It doesn't provide an export functionality. For exporting terms, you may consider using other WordPress plugins or built-in WordPress export tools. 53 Bulk Term Generator doesn't support importing terms directly from CSV files or external data sources. However, you can copy and paste your terms into the plugin's interface, making it quick and convenient to import them. 54 55 = Can I schedule term imports to occur automatically at specific intervals? = 56 57 Currently, Bulk Term Generator doesn't have a built-in scheduling feature to automate term imports at specific intervals. Let us know if you'd like to see this feature added in the future. 58 59 = Does Bulk Term Generator handle hierarchical term structures? = 60 61 Yes, Bulk Term Generator allows you to create hierarchical term structures by specifying parent terms during the import process. This feature simplifies the creation of complex taxonomies with nested terms. 62 63 = Can I import terms into multiple taxonomies simultaneously? = 64 65 No, currently the only way to import terms is to select a single taxonomy first. However, you can import terms into multiple taxonomies by repeating the import process for each taxonomy. 66 67 = Can I export terms from WordPress using Bulk Term Generator? = 68 69 No, Bulk Term Generator is primarily focused on importing terms into WordPress. It doesn't provide an export functionality. For exporting terms, you may consider using other WordPress plugins or built-in WordPress export tools. 63 70 64 71 == Screenshots == … … 74 81 * Tested with WordPress 6.5.2 75 82 * Improved coding standards 76 * Added a blank option to parent select field 83 * Added a blank option to parent select field (hat tip to @EarthmanWeb) 77 84 * Refactored get_terms usage to align with updated WordPress standards 78 85
Note: See TracChangeset
for help on using the changeset viewer.