Bulk upload images in listings

Hi,

I want to upload the images to all my listings. I have images in my local system, and i want to bulk upload all those images to their respective listings.

My approach which i tried but didn’t work:
I uploaded all the images in website file manager, then all images was visible in media section. Then, I added entries for images in wp_posts table, also mapped it with post ID. Also, tried mapping it postmeta table. All of this didn’t work.

Can you please help me in this.

Hi,

If you only have a few listings to update, I’d recommend updating the photos manually. Just select new photos for each listing one by one.

If you’ve got a bunch to update, you can use our Import plugin to do them all at once. Just make sure your photos are set up as URLs with commas between them.

Another option is uploading all the images to WordPress/Media and modify attachments in the database, settings the corresponding listing IDs in post_parent field, and meta fields as described here Listing images are not showing in admin uploaded with custom coding - #7 by ihor

Hope this helps

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.