• Resolved bichodeoro

    (@bichodeoro)


    Is there a way to import keywords from ILJ with the “WP All Import” plugin?
    I tried including the custom field ilj_linkdefinition with the content keyword_1, keywotd_2 but it didn’t work.
    I also tried without success including in the “WP All Import” import the following functions:

    $myKeywords = [“keyword1”, “keyword2”];
    $keywordList = new ILJTypeKeywordList($myKeywords);

    and

    $value = array(‘keyword 1’, ‘keyword 2’);
    update_post_meta($post_id, ‘ilj_linkdefinition’, $value);

    Thanks

    • This topic was modified 1 year ago by bichodeoro.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support markilj

    (@markilj)

    Thank you for contacting us.

    We are not sure how this would be setup with WP all import but our keywords are also serialized in the database.

    We have our own export/import option in our plugin. You can check it here: https://prnt.sc/3kcmbXwkPS7Q

    Thank you

    Thread Starter bichodeoro

    (@bichodeoro)

    I was able to achieve this by using the WP All Import configuration for custom fields.
    They allow to serialize the custom field values and have them recognized by ILJ. https://prnt.sc/B_w8PLxfKrq_
    Issue resolved. Thanks

    Plugin Support markilj

    (@markilj)

    Thank you for letting us know.

    We are glad you are able to resolve your issue with importing, so it was just just needed to be serialized in the import.

    Let us know if you need anything else.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[NSFW] Import keywords with “WP All Import” plugin’ is closed to new replies.