Interlinks
This plugin allows you to add internal links easily in your posts and template. For example if I want a link to this page from any other post I just have to write the post title Interlinks between [[ and ]] (double square-brackets). This plugin parses on the fly so if you haven’t created the page yet, it’ll show red, but after creating it it’ll show as a link. This style of linking is yoinked from wiki’s all over the web, I figured it’d be a useful addition for Wordpress bloggers. It’s still in alpha state, but it’s workin. Lemme know what you think ;).
More features have been added to the script. Thanks to David Fraga the script now parses post excerpts for interlinks and also you can add permalinks in your template easily.
if (function_exists('get_permalink_by_name')) {
echo get_permalink_by_name('Hello World!',
'The first post I ever made');
}
The code above will make a hyperlink to your post called Hello World! and the link text will be the ‘The first post I ever made’. Thankyou David :)
Download
Download It
3 Comments So Far
October 10th, 2007 at 4:44 pm
Yeahhh it’s pretty nifty and makes life easier when linking to older posts or reference pages. I was just surprised that this interlinking idea didn’t catch on, I use it on all sites I make. Lemme know if you have any probs ;) Since it didn’t catch on so well there haven’t been any bug catchers.
The Genuine ArticleOctober 13th, 2007 at 6:42 am
First of all thank you for the neat idea, I find it really natural :)
I missed “piped links” from my use of the Wikipedia (http://en.wikipedia.org/wiki/Help:Piped_link) so I modified the plugin to use them, plus a couple more little details. If you want to take a look/adopt my changes it’s at http://p.outlyer.net/wordpress/
Dodgy GeezerLeave a Comment
The spam stopper lurvesss to eat comments but I fish them out daily. Don't panic if Akismet thinks you're spamming.. I'll know better ;P
<a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
October 10th, 2007 at 7:07 am
That’s pretty cool. I had gotten this plugin in a theme packet, and I wanted to know what it did. I have to say this is a really nifty idea. I’m totally gonna try it out.
Dodgy Geezer