leksdev/tag-and-location-importer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Tag And Location Importer === Contributors: Oleksandr Homenko Tags: tags, taxonomy, csv import, pages, posts Requires at least: 4.6 Tested up to: 6.5.4 Stable tag: 1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html The plugin allows you to import tags, create taxonomies, and dynamically add tags to posts or create pages based on CSV files. == Description == The Tag And Location Importer plugin enables administrators to: * Import tags from a CSV file and automatically associate them with posts based on a `vendor_id` meta field. * Dynamically create or update pages from a CSV file. * Automatically create terms in the `type-tags` taxonomy for new tags. It provides a simple admin interface for uploading files, tracking import progress, and managing tags or pages efficiently. == Installation == 1. Upload the `tag-and-location-importer/` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Navigate to **Tools > Import Tags & Locations** to start using the plugin. == Frequently Asked Questions == = What file formats are supported? = The plugin supports `.csv` files. Ensure they are UTF-8 encoded for best results. = How are tags assigned to posts? = Tags are assigned to posts by matching the `vendor_id` in the CSV with the `vendor_id` meta field of posts. = Can I customize the taxonomy? = Yes, the plugin uses a default taxonomy (`type-tags`) but can be customized by modifying the plugin code. == Changelog == = 1.0 = * Initial release with support for importing tags and pages.