Plugin: Easy Post-to-Post Links
Description:
Easily reference another post in your blog using a shortcut, either by id or post slug. The shortcut is replaced with the hyperlinked title of the referenced post
Details can be found at the plugin's homepage:
http://www.coffee2code.com/archives/2005/03/23/plugin-easy-post-to-post-links/
All of my plugins can be found at:
http://www.coffee2code.com/wp-plugins/
So what does it actually do?
In your post you can type <!--post="1"--> and when the post appears on your blog, that shortcut will be replaced by the title of the post with the ID of the quoted number hyperlinked to that post's permalink page, i.e. <a href="http://example.com/2005/03/23/hello-world/"> "Hello World"</a>.
You can also put the post slug within the double-quotes (i.e. <!--post="hello-world"--> for the same effect.
The plugin also adds a quicktag button (which can be disabled) that'll insert the <!--post=""--> for you; you just need to put a value between the double-quotes.