What is the canonical way to link to pages?
This link WordPress Codex: Linking… provides detailed information on how to link different types of content. One nice feature that solves the above problem is to use a link of the form /wordpress/archives.php. This will transfer nicely (in most cases) to any particular server deployment. Further, looking in wp-includes/link-template.php gives you more insight to what … Read more