Template Tags / site_link()
Note
This tag replaces the old and ugly and hard to type linkToSite() (which still works as of 2.3).
Description
Returns the URL to your site. Good for linking your logo to the homepage.
Usage
<?php echo site_link(); ?>
Examples
<a href="<?php echo site_link(); ?><img src="snazzy_logo.jpg" alt="In The Waiting Line" /></a>