• Resolved terrainosaur

    (@terrainosaur)


    I have a site with over 2,000 images of miniatures I’ve painted. I installed WordPress and I’d like to create blog posts for them without moving the files. I can create them manually with Image blocks, but that will take a long time. Is there a faster way?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can use this plugin https://ww.wp.xz.cn/plugins/add-from-server/ which is written by one of the systems guys for ww.wp.xz.cn.
    You probably would want something like https://ww.wp.xz.cn/plugins/format-media-titles/ active before you add the images, or maybe use https://ww.wp.xz.cn/plugins/auto-image-attributes-from-filename-with-bulk-updater/

    By loading your images into the database this way, now they are accessible to any posts or pages that you write.

    The original WordPress gallery is a shortcode (looks like [gallery]) which shows all images that are attached to a post. That means you can use it like that without having to go through the interface to choose the photos. But you would have to attach the images to the post somehow. You can do attaching in bulk also, using a plugin like https://ww.wp.xz.cn/plugins/upgrade-for-unattach-re-attach-media-attachments/
    while in the Media Library using list mode instead of grid mode. Put a checkmark on the images to attach, then select the Bulk action.

    I’m thinking you don’t want all 2000 images on one post, so you can organize your images using Media Categories, using a plugin to add that.
    I don’t see any good way to add image blocks into posts except manually. I think the gallery shortcode is probably better. If you already have HMTL referring to your images (and that’s why you don’t want them to move), you can just paste that into a Custom HTML block or use the Classic editor and paste it in there.

    Thread Starter terrainosaur

    (@terrainosaur)

    A lot of information to consume here, but I think that resolves it. Thank you.

    Thread Starter terrainosaur

    (@terrainosaur)

    I ended up just pasting the into the Custom HTML block and it was super easy.

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

The topic ‘Bulk insert Image blocks from URLs’ is closed to new replies.