https://github.com/umdevelopera/um-user-tags-import
A widget for importing User Tags from the CSV file.
https://github.com/umdevelopera/um-user-tags-import
ultimate-member wordpress
Last synced: 9 months ago
JSON representation
A widget for importing User Tags from the CSV file.
- Host: GitHub
- URL: https://github.com/umdevelopera/um-user-tags-import
- Owner: umdevelopera
- Created: 2022-09-26T12:22:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T14:55:40.000Z (about 2 years ago)
- Last Synced: 2025-02-17T07:35:16.727Z (12 months ago)
- Topics: ultimate-member, wordpress
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ultimate Member - User Tags - Import from CSV
Adds a widget for importing User Tags from the CSV file.
## Key features
- Adds the "User Tags Importing" widget to the WordPress dashboard.
- Allows importing User Tags from the CSV file.
## Installation
__Note:__ This plugin requires the [Ultimate Member](https://wordpress.org/plugins/ultimate-member/) plugin and [User Tags](https://ultimatemember.com/extensions/user-tags/) extension to be installed first.
### How to install from GitHub
Open git bash, navigate to the **plugins** folder and execute this command:
`git clone --branch=main git@github.com:umdevelopera/um-user-tags-import.git um-user-tags-import `
Once the plugin is cloned, enter your site admin dashboard and go to _wp-admin > Plugins > Installed Plugins_. Find the **Ultimate Member - User Tags - Import from CSV** plugin and click the **Activate** link.
### How to install from ZIP archive
You can install this plugin from the [ZIP file](https://drive.google.com/file/d/1kpewCjPEt6W0kHsGlcMd1klYJk5Jc79F/view?usp=sharing) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin).
## How to use
To use this tool you should create the CSV file with three columns:
1. **Parent term** - the parent tag "Name" for the child tag, the tag "Name" for the parent tag.
2. **Description** - the tag "Description". You may leave this column empty.
3. **User tag** - the tag "Name".

You have to use a real CSV file with the comma delimiter.
### CSV file examples
#### Example 01 - minimal.
Parent term,Description,User tag
Colors,,
,,Red
,,Green
,,Blue
#### Example 02 - recommended.
Parent term,Description,User tag
Colors,Your favorite colors,Colors
Colors,,Red
Colors,,Green
Colors,,Blue
#### Example 03 - multiple user tag fields.
Parent term,Description,User tag
Colors,Your favorite colors,Colors
Colors,,Red
Colors,,Green
Colors,,Blue
Pets,Your favorite pets,Pets
Pets,,Cat
Pets,,Dog
Pets,,Bird
### Widget
- go to WordPress Dashboard and look for the "User Tags Importing" widget.
- upload your CSV file in the field "Source CSV file".
- click the "Import" button.
Image - Upload CSV file and import tags.

Image - Importing notice.

## Support
This is a free extension created for the community. The Ultimate Member team does not provide support for this extension.
Open new [issue](https://github.com/umdevelopera/um-user-tags-import/issues) if you are facing a problem or have a suggestion.
## Related links
Ultimate Member home page: https://ultimatemember.com/
Ultimate Member documentation: https://docs.ultimatemember.com/
Ultimate Member on wordpress.org: https://wordpress.org/plugins/ultimate-member/
Article: [Ultimate Member - User Tags](https://ultimatemember.com/extensions/user-tags/)