This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Safe Links

Descripcion

By default WordPress returns full permalinks in post editing form queries. If later you decide to change site path or post title, your links in posts may become invalid and you’ll have to update them all. With this plugin you can add safe (non-SEF) absolute or relative links to posts, which won’t require update.

Default behavior

Original linked post title: My Cool Post
Original linked post href: http://yoursite.com/my-cool-post
Displayed linked post URL: http://yoursite.com/my-cool-post

New linked post URL: New Great Title
New linked post href: http://yoursite.com/new-great-title
Displayed linked post URL: http://yoursite.com/my-cool-post

With Safe Links plugin

Original linked post title: My Cool Post
Original linked post href: ?p=123 (http://yoursite.com/?p=123)
Displayed linked post URL: http://yoursite.com/my-cool-post

New linked post URL: New Great Title
New linked post href: ?p=123 (http://yoursite.com/?p=123)
Displayed linked post URL: http://yoursite.com/new-great-title

See screenshots for visual demonstration of the concept.

FEATURES

  • Returns safe (non-SEF) links in queries, which doesn’t require update, if path or title changed.
  • Automatically makes permalinks from safe links.
  • Two link query modes: Absolute and Relative.
  • Two link display modes: Auto and Non-SEF.
  • Can save you a lot of time, when moving to another server, domain or database.

More information can be found on extension’s page.

Screenshots

  • Post URL query and displayed link.
  • Plugin settings.

Installacion

  1. Unpack and upload all files to « /wp-content/plugins/plugin-name » directory. Or simply install plugin through Plugins page.
  2. Activate extension on « Plugins » page.
  3. Setup plugin according to your liking.

On Settings -> Permalinks page find Safe Links section. Available options:

  • Links Query Mode – Absolute (http://yoursite.com/?p=123), Relative (?p=123).
  • Links Display Mode – Auto – follow permalink settings, Non-SEF – always display short link (http://yoursite.com/?p=123).

FAQ

Paid extensions support

For any support inquieries and pre-sales questions, please, see our Support page.

Do you provide support for free extensions?

Unfortunately we don’t have resources to provide support for free extensions. You can, of course, report an issue or request a feature, but there’s absolutely no guarantee, that we will respond. Anyway, feel free to contact us via email support@thekrotek.com.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Safe Links” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Safe Links” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • Initial release.