tried making some categories by hand, still, import puts all in uncategorized.
Plugin Author
Trey
(@ix3)
Hy @tomislo,
Can you please send me a screenshot showing the settings in the categories section of your import template, and a screenshot showing the data in the columns that you’re importing in that section?
tried different wp installation, and different csv, result is still the same.
Plugin Author
Trey
(@ix3)
Hey @tomislo,
Please try saving this code in your child theme’s functions.php file or in a code snippets plugin:
function wpai_wp_all_import_use_wp_set_object_terms( $use_wp_set_object_terms, $tx_name ) {
return true;
}
add_filter( 'wp_all_import_use_wp_set_object_terms', 'wpai_wp_all_import_use_wp_set_object_terms', 10, 2 );
Then, re-run the import to see if it’s fixed.
If it still isn’t working, please post the import history log entry for at least 1 of the posts so I can see if there are any clues as to what’s going wrong in there. Also, please let me know which versions of our plugins you’re using and any plugins you’ve installed that might be modifying our user interface, because your screenshot does not look like the default user interface.
Plugin Author
Trey
(@ix3)
Hi @tomislo,
We haven’t heard back in a while, so I’m marking this as resolved. If you still have questions about this issue, feel free to follow up here.
Anyone else reading this, please open a new topic.