WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Andy Stratton v1.9.0

The Permalinker

Use short codes to dynamically link to your WordPress pages and posts. All you need is the ID. This can come in handy when developing content for Word …

The Permalinker

The facts

Rating
5★ from 2
Active installs
100+
Price
Free
Last updated
13 Dec 2024
Added
Jun 2009
Requires WP
2.6
Tested up to
WP 6.4.10
Downloads
12,937

Our analysis

AI-assisted

The Permalinker is a WordPress plugin that allows you to create dynamic links to your pages and posts using shortcodes. By simply using the ID of a post or page, you can generate clean links that are helpful during content development and migration. This plugin supports additional attributes for links and offers a shortcode to access the current template directory URL.

It is suitable for developers and site administrators who need to manage content efficiently, especially when moving content between different environments or domains. The use of shortcodes helps streamline the process of linking and referencing resources within your WordPress site.

Best for: This plugin is best for WordPress developers and site administrators involved in content migration and management.

What it does well

  • Allows dynamic linking with shortcodes
  • Supports attributes like rel and target
  • Facilitates cleaner content migration
  • Includes a shortcode for accessing template directory

Where it falls short

  • Limited information on other features
  • No user documentation provided in the input

Verdict

The Permalinker provides useful functionality for creating dynamic links in WordPress, particularly for those managing content across different environments. However, more detailed information about its usage and support would be beneficial.

From the developer

Andy Stratton's own description of The Permalinker, lightly tidied.

Use short codes to dynamically link to your WordPress pages and posts. All you need is the ID. This can come in handy when developing content for WordPress sites. Makes for a cleaner migration with no need to manipulate content when moving from one subdirectory or domain to another.

Attributes of append class, rel, and target are supported within the [permalink] opening tag. See FAQs. You can insert the token %post_title% to dynamically insert the post’s title into anchor text (content between the opening and closing shortcode).

A short code for [template_uri] exists if you’d like to dynamically grab the full URL to your current template directory (useful for adding images and other resources bundled in a template via the page/post editor).

Example 1: Create link.

[permalink id=2 rel="internal"]Check out my latest post named %post_title%[/permalink] or use `[permalink]this link[/permalink]` to link to this post.

Example 2: Output Permalink URL.

<a href="[permalink]">;This post.</a>;

Example 3: Template Directory URI

<img src="[template_uri]/photos/me_grandma.jpg" alt="A Photo of Me and My Grandma" />

Read the full description on the official page →

Tagged as