Please use “post_tags” column header. see the documentation.
Thread Starter
karpok
(@karpok)
post_tags is to add post tags.
Am talking about to add post tags “slugs”.
OK, please use “tax_tags” header instead.
Oh, I’m sorry. “tax_post_tag”
Thread Starter
karpok
(@karpok)
It is working same as “post_tags”.
post_tags = tax_post_tag
Not effecting slug.
Thread Starter
karpok
(@karpok)
May I have your contact email id to discuss further?
Waiting for your positive response.
Thanks you.
I’ve tested with an example csv file below. I can import tags with slug.
"post_title","post_type","post_status","post_tags"
"tag test","post","publish","apple"
Result:
https://www.evernote.com/shard/s43/sh/f571110d-47db-4a9f-86c8-02de35b8b1e5/4d74ac363e8ef5914a1db80d500d1a8f
(note: “apple” in csv file is lowercase, this is slug. “Apple” in the image is real name of the tag.)
Thread Starter
karpok
(@karpok)
Dear Sir,
Am asking for separate slug import.
For example:
If the tag is: Apple, I want to give its slug as: apple-accessories
You got my question?
Thank you.
Got it. Then I’m sorry, but my answer is, you can’t.
Please create all tags with correct name and slug, before importing.
Thanks.
Thread Starter
karpok
(@karpok)
will you able to do a custom modification for me by charging a small fee?
I don’t have an idea to represent both name and slug of tags in single csv file.
Any suggestion?
Thread Starter
karpok
(@karpok)
Yeah, WP CSV (https://wordpress.org/plugins/wp-csv/) offering such feature.
In tags column format is: tag_slug:tag_name
If we have multiple tags, we can enter as:
‘tag_slug:tag_name’, ‘tag1_slug:tag1_name’, etc.
WP CSV offering same to categories as well.
I am not comfortable with WP CSV plugin. Your plugin working great and am very happy to work with.
‘tag_slug:tag_name’ in same column is looking hard. If you make it done in different column, it will be great.
For example:
In “post_tags” column only tags: tag1, tag2, tag3,…
In other column “post_tags_slug”: tag1_slug, tag2_slug, tag3_slug, …
Thank you.
I think different-column-style will be harder to maintain your csv file.
“slug:Name” style is more easy to maintain, and easy to develop.