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.

Shortlinks By Path

Descripción

Shortlinks By Path hooks into the WordPress filter get_shortlink to only return the path for a shortlink. This makes it easier to retrieve the shortlink url with an absolute path minus the domain name.

By default WordPress returns the full path to your post when clicking "Get Shortlink". Shortlinks By Path returns only the path. For example, by default WordPress would return http://blog.aizatto.com/?p=3565 , with Shortlinks By Path enabled WordPress returns /?p=3565 .

How It Works

Shortlinks By Path hooks into the WordPress filter get_shortlink to only return the path for a shortlink.

Why I Created It

I needed WordPress to return the path for a given post because it was easier to migrate WordPress installations across different domains, as there would be no broken internal links. For example, migrating from a development internal site, to a production live site.

Capturas

Instalación

  1. Upload the shortlinks-by-path folder into your plugin directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

"Shortlinks By Path" es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce "Shortlinks By Path" 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

  • Initial version