• Resolved tomislo

    (@tomislo)


    Hello,

    great plugin, used it a ton in the past, but now i’m facing a strange problem.

    i’m importing a csv file with posts, and everything is imported fine, it only ignores the column that has category in it

    it’s a clean page, no categories added, when import is done, all posts are uncategorized.

    category>category1>category2 is the format in csv

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter tomislo

    (@tomislo)

    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?

    Thread Starter tomislo

    (@tomislo)

    parts are in Slovenian, i hope everything is clear

    • This reply was modified 8 months, 3 weeks ago by tomislo.
    • This reply was modified 8 months, 3 weeks ago by tomislo.
    Thread Starter tomislo

    (@tomislo)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘import ignores one column’ is closed to new replies.