Shortlinks By Path

Plugin Banner

Shortlinks By Path

by aizatto

Download
Description

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.

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

    Shortened Path

0.1

  • Initial version
Back to top