Is there a good way to link to other posts on your site and images that are inside a theme from inside a post/page?
I know I could use the URL (http://www.somesite.com/?p=3 or http://www.somesite.com/wp-content/themes/foo/images/bar.jpg) but that would break everything I moved WordPress to a different directory or domain, which I plan on doing.
I could also installed PHPEXEC or a similar plugin and then use bloginfo('template_url') and bloginfo('url') but for this site there will be several editors who will need to edit these pages and it wouldn't be a good idea for them to have the ability to enter php code.
Is there a way to use template tags in posts or something similar?