Adds shortcodes [blogurl] and [posturl] for WordPress 2.6 and up. Use [blogurl] to generate your site URL. It offers the parameters "slash" and "noslash" (to add a trailing slash), as well as "uploads" to produce the URL of the uploads folder. Use [posturl id=3] (replace "3" with a post ID) to generate the permalink for any post.
[blogurl] will generate http://www.yoursite.com/
[blogurl noslash] will generate http://www.yoursite.com
[blogurl uploads] will generate http://www.yoursite.com/wp-content/uploads/
[blogurl uploads noslash] will generate http://www.yoursite.com/wp-content/uploads
[posturl id=375] will generate the correct permalink for the post with an ID of 375; for example, <a href="[posturl id=375]">post about this plugin</a> would generate post about this plugin




