Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Auto Rename Media On Upload

Descripción

This plugin will automatically rename any media files you upload to the Media Library, by adding a prefix to the beginning of the filename based on the filetype.

For example, you can tell it to add the prefix «pic-» to the beginning of all .jpg files that you upload. So uploading an image called car.jpg would get renamed to pic-car.jpg

And since it changes the name of the file, it will also change the «slug» that wordpress uses based on this new name.

You can set an individual/unique prefix for each of the following filetypes:
jpg jpeg png bmp gif tif mp4 avi m4v mov flv mkv 3gp pdf doc docx xls xlsx ppt pptx mp3 ogg wav zip csv txt rtf odt

You will need to go to the settings page and set the prefix you want to use for each of the filetypes.

The default behavior is that it will NOT rename any uploaded files until you have set the prefix on the settings page.

Capturas

  • Settings page

FAQ

Can I manually rename the files when I upload them?

  • No. In the settings you can set how the filename will be renamed when it is uploaded. File will be automatically renamed during the upload process.

Can I choose whether a file will be renamed when I upload it?

  • No. In the settings you can set how the filename will be renamed when it is uploaded. File will be automatically renamed during the upload process.

How do I disable renaming files of only certain types?

  • On the settings page, you can remove the prefix from the textbox and set it empty/blank for any filetype that you do not want to be renamed when it is uploaded. If a particular filetype has an empty/blank textbox, then it will not be renamed when it is uploaded.

How do I rename only files of one specific filetype, but not all the other filetypes?

  • On the settings page, you can remove the prefix from the textbox and set it empty/blank for any filetype that you do not want to be renamed when it is uploaded. If a particular filetype has an empty/blank textbox, then it will not be renamed when it is uploaded.

For what filetypes can I modify the prefix for the renaming of the file?

  • You can set an individual/unique prefix for each of the following filetypes: jpg jpeg png bmp gif tif mp4 avi m4v mov flv mkv 3gp pdf doc docx xls xlsx ppt pptx mp3 ogg wav zip csv txt rtf odt

The filetype I need to rename is not listed. What can I do?

  • Submit a support request and I will see if I can get that filetype added for you.

I have uploaded a file to the Media Library, but it was not renamed? What happened?

  • Make sure you go to the settings page and set the prefix you want to use for the particular filetype you are uploading and want renamed. And don’t forget to hit the SAVE button to make sure your changes are saved.

Reseñas

15 de noviembre de 2019
I created this plugin because I needed this feature! Hope you love it too!
Leer todas las 3 reseñas

Colaboradores y desarrolladores

«Auto Rename Media On Upload» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«Auto Rename Media On Upload» está traducido en 1 idioma. Gracias a los traductores por sus contribuciones.

Traduce «Auto Rename Media On Upload» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.1.0

  • Sanitize settings on save to prevent vulnerability for a high privilege user to perform stored cross-site scripting attack.

1.0.5

  • Compatible with WordPress v5.5

1.0.4

  • Shortened the name because it was too long in the settings menu.

1.0.3

  • Minor code cleanup

1.0.2

  • Added RTF and ODT formats.

1.0.1

  • Minor code cleanup

1.0.0

  • First stable release