• I have these two codes https://pastebin.com/78djwMtp

    The first part is an array to create a box inside custom posts area

    and the below part is to upload an image inside that box

    thing is, it uploads in the first box ok, but on the second it uploads also on the first.

    I tried changing the below part but I’m not an expert and it could be that the issue is also with the id’s (top part as they use the same upload, considering there’s java included.

    I v also tried to echo below part once more and then just change image1 to image2 but no luck.

    Can someone tell me how to work this out?

Viewing 1 replies (of 1 total)
  • you may need to provide more details about your code for people to help you. the array and forms produced are not enough to tell why the import fails.

    I solved a similar problem using wp all import and pods, and have actually coded a custom fields importer plugin for this. image can be imported in one custom field, and displayed in custom post by reading the value from the image custom field. the premium version can handle images.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom post multiple uploader’ is closed to new replies.