Skip to content

umdevelopera/um-user-tags-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 plugin and 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 [email protected]: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 as any other plugin. Follow this instruction.

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".

example

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. WP Dashboard + User Tags Importing 01

Image - Importing notice. WP Dashboard + User Tags Importing 02

Support

This is a free extension created for the community. The Ultimate Member team does not provide support for this extension. Open new issue 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

About

A widget for importing User Tags from the CSV file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published