This plugin allows you rename uploaded files available in wordpress media and change the postname or slug name.
File Media Renamer is a WordPress plugin that allows to rename uploaded files already and change their postname or slug-url.
This plugin simply adds two fields in the wordpress media frame, namely the filename field and the postname field where in you can easily rename the files. As per current wordpress versions does not support or does not have a feature of renaming uploaded files so you either need to delete the file and re-upload it again or simply install this plugin and rename them in the media frame screen.
“This plugin is limited with its available settings. Before writing a reviews, please mention that you read the whole description and clearly understand the limit and usage of the plugin.”
This section describes how to install the plugin and get it working.
e.g.
1. Upload the entire file-media-renamer
folder to the /wp-content/plugins/
directory or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the ‘Plugins’ screen in WordPress
3. Goto media page and select any file, and you’ll see the two input fields added for the filename and postname.
All file types as long as it appears in the media lists.
Its content will also be updated, it will be replaced the source url with the new filename.
It updates the file meta, and other common tables associated with the file.
It cannot update src url of the manually hardcoded files or static call of file.
Here are some examples
The static call for css background-image style, if it is called inside the style.css
Hardcoded call for image, when they call an image using the src attribute and not generated by its ID from the database.
• Themes
• Plugins
Uncommon tables, this plugin does not check all the tables. It only update the most common tables, please note if have plugins that have database tables it may not be check by this plugin. Please inform me via mail for support.
• post
• postmeta
• links
• options
• commentsYou can send your feedback or request to add support for some tables or plugin tables.
Please check Image Tag Manager also.