Fixing Back-to-the-Front Linkage

If you know my “style” of Web design [heh], you know that I like to use a logo or a photo as a link back to the front page of the site.

Unfortunately, WP 1.2 broke my functionality: I was using echo $siteurl; to generate the site URL on the fly [due to a bunch of weird issues I won't get into here]; that tag’s apparently been deprecated and replaced by another.

Of course, if it’s been deprecated for a while, I wonder why it was in the 1.0.x default templates and why no notes were made in the changelog. I’m mildly annoyed, but the change isn’t a big one.

I apologize if you’ve been trying to use this functionality and have had issues—I’m just now noticing this.

[EDIT: Oddly enough, echo $siteurl; works outside the WP Loop, but it fails inside the loop; since I was using the echo to dynamically generate links to my stylesheets, I was surprised that it didn't fail [and if it had, I would've noticed on Monday when I did the upgrade.]

[EDIT #2: Hell no, this doesn't fix it, either. Putting bloginfo() outside the WP loop fails as well. Dammit.]

Posted May 26th, 2004 in Site Announcements, WordPress by Geof F. Morris.

One comment:

  1. SillyJoe:

    Yeah, I noticed that the other day.

Leave a response:

Note: This post is over 5 years old. You may want to check later in this blog to see if there is new information relevant to your comment.

By submitting a comment here you grant this site a perpetual license to reproduce your words and name/web site in attribution.