Title: wolfazor's Replies | WordPress.org

---

# wolfazor

  [  ](https://wordpress.org/support/users/wolfazor/)

 *   [Profile](https://wordpress.org/support/users/wolfazor/)
 *   [Topics Started](https://wordpress.org/support/users/wolfazor/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wolfazor/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wolfazor/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wolfazor/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wolfazor/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wolfazor/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Linking a Site-Title Background Image](https://wordpress.org/support/topic/linking-a-site-title-background-image/)
 *  [wolfazor](https://wordpress.org/support/users/wolfazor/)
 * (@wolfazor)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/linking-a-site-title-background-image/#post-2694417)
 * The code was moderated because it was more than 10 lines of code. You’ll have
   to use [pastebin](http://pastebin.com/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Linking a Site-Title Background Image](https://wordpress.org/support/topic/linking-a-site-title-background-image/)
 *  [wolfazor](https://wordpress.org/support/users/wolfazor/)
 * (@wolfazor)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/linking-a-site-title-background-image/#post-2694241)
 * My bad… it would more than likely look like this:
 * > <h1 id=”site-title”>[ title=<?php bloginfo(‘name’); ?> rel=”home”><span><?php bloginfo(‘name’); ?></span>](https://wordpress.org/support/users/wolfazor/replies/<?php)
   > </h1>
 * I’m sure you’ll find it. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Linking a Site-Title Background Image](https://wordpress.org/support/topic/linking-a-site-title-background-image/)
 *  [wolfazor](https://wordpress.org/support/users/wolfazor/)
 * (@wolfazor)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/linking-a-site-title-background-image/#post-2694239)
 * Oh no, sorry. You’d have to edit the header.php file under **Appearance** -> **
   Editor**.
 * Look for this:
    `<h1 id=”site-title”><a href=”[http://www.criticspeak.com&#8221](http://www.criticspeak.com&#8221);
   title=”Critic Speak” rel=”home”><span>Critic Speak</span></a></h1>’
 * And replace it with this:
    `<a href="http://www.criticspeak.com" title="Critic
   Speak" rel="home"><h1 id="site-title"><span>Critic Speak</span></h1></a>`
 * Hope that helps!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Linking a Site-Title Background Image](https://wordpress.org/support/topic/linking-a-site-title-background-image/)
 *  [wolfazor](https://wordpress.org/support/users/wolfazor/)
 * (@wolfazor)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/linking-a-site-title-background-image/#post-2694226)
 * In order to get the hyperlink working, I would have thought that you’d have to
   do something like this:
 * `<a href="http://www.criticspeak.com" title="Critic Speak" rel="home"><h1 id="
   site-title"><span>Critic Speak</span></h1></a>`
 * because your negating your text-indent to hide the title text, it’s also taking
   away the anchor that wraps it.

Viewing 4 replies - 1 through 4 (of 4 total)