To easily link to another post, in your post: a. type (where '22' is the post id of the post you want to reference) -or- b. type (where "hello-world" is the post slug of the post you want to reference)
In either case, if a matching post is found, the shortcut will be replaced with the title of the post hyperlinked to the post's permalink.
Some of the ways: * In the admin section, under "Manage", it should be the first column in the posts listing. * If you aren't using rewrite rules, it is the number after the "p=" in the post's URL.
Some of the ways: * If you know the manner in which post titles are turned into slugs (i.e. make all characters lowercase, turn spaces into underscores, and remove all other alphanumeric characters). you could figure it out on your own, i.e. "Hello World!" becomes "hello-world" * If you are using rewrite rules, it is the part that follows the date in the URL. * If you edit the post, it'll appear under the "Advanced" section
The shortcut will be replaced with an empty string (i.e. nothing).
An incorrect substitution will take place if you happen to have a post with a numerical title (and thus a numerical post slug).




