custom taxonomies small hack
-
After reading a few of the comments about the problem with custom taxonomies and the need to format their columns appending ‘0,’ before the taxonomy name, I made a small adjustment in the csv_importer.php file, after line 396 I added this line :
$term_ids[] = $parent_info['term_id'];
This will save the parent taxonomy correctly.
Hope this will help some of you ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘custom taxonomies small hack’ is closed to new replies.