On Wed, Sep 15, 2010 at 1:10 PM, Philip M. Hofer (Frumph) <span dir="ltr">&lt;<a href="mailto:philip@frumph.net">philip@frumph.net</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">







<div bgcolor="#ffffff">
<div><font size="2" face="Arial">its echo home_url() and echo site_url() btw, 
because they are returned info while bloginfo(&#39;url&#39;) bloginfo(&#39;wpurl&#39;) are 
already echo&#39;d</font></div></div></blockquote><div><br></div><div>Correct. That&#39;s why I was comparing home_url() with get_bloginfo(&#39;url&#39;). Also good to note that get_home_url() and get_site_url() are unrelated and have to do with multisite installations, not the typical echo/return counterpart.</div>

<div><br></div><div>Also of note, a theme should very rarely find use for site_url(). The majority of the time, home_url() is the proper choice.</div></div>