参考サイト:http://wordpress.org/support/topic/get-the-current-url
<a href="><?php if(is_home()){ bloginfo('url'); } else { the_permalink(); } ?>"></a>