You are going to need:
1. Total Commander
(or anything else that allows you to rename massive numbers of files)
Probably the best file manager in the world (especially when it comes to handle uploads etc.), it’s not free but the trial version should do the job. Just select all these images (they could be anywhere within Total Commander and choose “Multi-Rename tool (CTRL+M)” from “File” Menu.
In “Search for” field type: %20 then change it to anything you like within “Replace with” field (I guess the best choice would be: _).
Get Total Commander from: http://www.ghisler.com/
2. A simple SQL command.
UPDATE wp_posts SET post_content = replace(post_content,”%20″,”_”);
It just “scans” every post for %20 and then simply replaces it with _
I hope it helps.
Related Posts:
- Upload images to remote server
- Use Media Library to manage galleries like Nextgen (with folders, albums, collections, tags, categories, terms…)
- How to make programmatic image upload generate thumbnail and sizes?
- Different upload path per file type
- HTTP Error when uploading files above 7mb unless using GD Image Editor
- Bulk edit of EXIF data for jpeg images uploaded in the media library?
- How to open default wp image editor screen dynamically?
- Searching for any images in media library displays “no media found”
- How to get file URL from media library
- Images uploaded to the media library has strange colors. However, in the edit screen the color is ok
- Why does WP allow to view and media item as a page
- Get images attached to a specific page
- Is there a way in WordPress to convert images to WebP without a plugin?
- Auto delete pictures in media library by age
- WordPress Attachments with old images
- WordPress append -1 to the image name
- Images not loading on webpage, and links to other media give 404 Not Found
- unsharp thumbnails after uploading image
- Post-processing of the image failed
- Unable to delete images in Media Library
- Edit image itself
- Missing Images in Uploads Directory (Server Only)
- Broken Media Library
- Media Library is not loading on grid view in admin panel
- Blurry Images WordPress 5.8.1
- Why some images are not allowed to be edited only for thumbnails?
- My subdirectory sites images (except webP) are throwing to 404 page even they are exist
- What’s the proper way to find and remove duplicate images from posts and the media library?
- Which filters or actions to use after a media upload and delete?
- Separate Media Library for each user
- Media Upload Folder – how to manage
- Images dont show in grid view, but do in list view
- How can I hide media library images from general users?
- Filter Media Library by author or post_parent
- How do i upload an image and return the image id?
- Alter media caption/description conflict in WordPress?
- Restrict the number of images to upload per post
- How to store media files in subdomain
- Import Images from one self-hosted WordPress install to another
- Uploading images to Media Library fails with Memory Exhausted
- Why can’t I edit certain images from the WordPress Media library?
- Edit image preview is not displayed
- How to add a media with PHP
- How can I autopopulate titles in the media library?
- Upload thousands of images to WordPress without plugin?
- What’s the best “insert all images” plugin?
- Site icons with alpha channel for self-hosted WordPress blog network
- unattached media files that should be attached
- Site migration – some images not displaying in Media Library
- image in my post disappeared after I upload website to remote server
- How to upload images in a specific folder using API
- AJAX – save an $_FILES picture in media library
- How can I create more upload paths, like a post corresponding to a post title folder used to store images of the same product
- In Wordress one author can not see the other’s author uploaded images through media library
- How to prevent WordPress scaling large images down
- add media button is not working
- Change wp-content/uploads to uploads/%postname%/%image%
- Change media URL (images)
- Moving media library to the media library of completely different site
- Console Browser says it cannot find a requested image that does not exist on my Website [closed]
- Upload media only to DB
- Function to remove all classes on images inserted into posts?
- Images are not showing up in “Uploaded to this post”
- Images don’t update after being edited
- Some Images Disappeared from Media Library?
- are unattached media files a problem?
- Weird encoded error when using wp_generate_attachment_metadata()
- Large image not showing dimensions in Media Library
- Disable image rename on upload
- How to remove “Image Information” and “post date/author” from a media page?
- How can i identify media uploaded to my website that is not being used anywhere anymore?
- Function to grab specific image IDs from media library.
- image URL changed in wordpress
- Fetching uploaded images using Link URL
- Can’t seem to see images on my machine but can on the server
- Attachments without images
- get rid of random string before an for an image path on wordpress
- How can i sorting and display image order by siz in media library?
- cant upload media/pictures to my wordpress site, cant upload anything to my database
- Custom Image Widget
- Media Library Cleanup A Thought Exercise
- Could creation of various image sizes cause slow form submission response?
- imported post image as normal image instead encoded image
- Updated wordpress missing image upload area
- WordPress Link To Image Missing Dropdown
- Modify media file markup output
- Newly uploaded images are not updating in featured image
- wordpress images not showing properly
- Change the image for a certain URL
- How do I embed youtube video via url in frontend posting
- Assign one featured image to multiple posts?
- Some images don’t get linked when setting link-to to media-image
- How do I embed an image at actual size?
- Image media upload problem in page editing modus?
- Set padding for all content except images and few more elements
- Change image link in excerpt to point to post
- My image rotate 90 degree
- I moved WordPress to root now posts go to 404
- How to import external media items into wordpress media library (without using storage)
- How can I use an image from an external source without uploading it to the media library