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.

Media Post Permalink

Descripción

When Any media is uploaded in WordPress, by default wordpress creates the attachment(post) against it and set it’s permalink using the post name (media name).

This plugin helps:

  • To add some prefix in all the Media/Attachments when you added/updated it.
  • To add some suffix in all the Media/Attachments when you added/updated it.
  • To add both prefix as well as suffix in all the Media/Attachments when you added/updated it.
  • Remove Parent Post (Parent Post adds it’s permalink in the Media Permalink so, by this feature, None of the media would contains it’s parent post).
  • Make the Permalinks User Friendly.

Advantages:

  • Adding prefix/suffix or both would help you to distinguish your attachment posts from the other posts.
  • Your Media doesn’t reserve any permalink. Like, if you upload the image named services.png so, services permalink reserved by the Media/Attachment Post. By using this plugin, it won’t happen anymore.
  • Your Permalinks would be user Friendly. Underscore doesn’t be allowed anymore.

You can define your own prefix and suffix from the settings page. By default, they are empty(Null). You can also choose whether you want to remove the Parent Post or not and whether you want the user-friendly Permalink or not.

Instalación

The easiest way to install the plugin is to use the WP built-in menu for finding and installing new plugins directly from the WordPress repositories.

If you need to install this using FTP or SFTP, you should follow these steps:

  1. Upload media-post-permalink to the /wp-content/plugins/ directory using your favorite FTP client.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Apply the settings as per your requirements.
  4. That’s it.

Preguntas frecuentes

Installation Instructions

The easiest way to install the plugin is to use the WP built-in menu for finding and installing new plugins directly from the WordPress repositories.

If you need to install this using FTP or SFTP, you should follow these steps:

  1. Upload media-post-permalink to the /wp-content/plugins/ directory using your favorite FTP client.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Apply the settings as per your requirements.
  4. That’s it.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Media Post Permalink» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Media Post Permalink» 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

0.1

  • This is a fully functional version based on the idea of minimum viable product.