Viewing 1 replies (of 1 total)
  • Thread Starter sjeslis

    (@sjeslis)

    Figured part of it out. Added this code to functions.php:

    // Scott’s Easy Gallery Import code
    add_action(‘pmxi_gallery_image’, ‘wp_all_import_gallery_image’, 10, 3);
    function wp_all_import_gallery_image($pid, $attid, $image_filepath){
    add_post_meta( $pid, “_easy_image_gallery”, $attid, false );
    }

    But something is still missing because in order to get the hover over the thumbnail to show Lightbox I have to go into each picture post and select UPDATE.

    Seems like the attachment thumbnail is missing until I do this step.

Viewing 1 replies (of 1 total)
  • The topic ‘How can I use WP All Import to import images into a new post?’ is closed to new replies.