>
Download This Plugin | |
Download Elegant Themes | |
Name | The Permalinker |
Version | 1.7 |
Author | Andy Stratton |
Rating | 100 |
Last updated | 2012-05-22 08:41:00 |
Downloads |
5156
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
The Permalinker plugin added 6 bytes of resources to the Home page and 42 bytes of resources to the sample Post page.
The Permalinker plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! The Permalinker plugin ads no tables to your Wordpress blog database.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" />