Title: Title Link
Last modified: August 18, 2016

---

# Title Link

 *  [cmoore1954](https://wordpress.org/support/users/cmoore1954/)
 * (@cmoore1954)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/title-link-1/)
 * Fist off I love the WP and it so far has been very easy to install and use. I’m
   a newbie here so be nice please,
 * I installed Feather-10 theme yet made a change in the header image. I also would
   like to change the Title link to link back to my main web site, (opening it in
   another page) the title is correct but it directs to the WP blog. (another words
   just reloading the current page) I have no idea where to find this code, any 
   help would be greatly appreciated.
    Thanks, Cmoore

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

 *  Thread Starter [cmoore1954](https://wordpress.org/support/users/cmoore1954/)
 * (@cmoore1954)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/title-link-1/#post-595495)
 * The theme I’m using is on this page [http://themes.wordpress.net/](http://themes.wordpress.net/)
   it’s the 8th one with the feather. Where it says, “WordPress Testsite” I would
   like it to link back to my main site, not the wordpress blog. Any help would 
   be wonderful! Thanks
 *  [yeleek](https://wordpress.org/support/users/yeleek/)
 * (@yeleek)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/title-link-1/#post-595512)
 * Not a 100% sure i know what you mean. Have you looked at this though and tried
   altering the Blog address (URL)
 * [http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory](http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory)
 * Or are you actually wanting to stop wordpress from giving the title of the blog
   at the top of the screen and instead have link to your ‘main’ site? If so look
   in the header.php of your theme… [http://codex.wordpress.org/Designing_Headers](http://codex.wordpress.org/Designing_Headers)
 *  Thread Starter [cmoore1954](https://wordpress.org/support/users/cmoore1954/)
 * (@cmoore1954)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/title-link-1/#post-595584)
 * thanks, I did look at both of those, but neither tell me what I what I need to
   do. My title currently links to my blog and I want it to link to my web site,
   both are hosted on the same host.
 * Another words my main site is mymainsite.com and my blog is mymainsite.com/blog
   the title reads mymainsite.com but then you click on it it goes to mymainsite.
   com/blog I want it to go to the index of mymainsite.com
 * Thanks for any help~
 *  [yeleek](https://wordpress.org/support/users/yeleek/)
 * (@yeleek)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/title-link-1/#post-595635)
 * Hey,
 * Hopefully someone else will have a ‘cleaner’ soloution but how about this?
 * Where the example in the codex has this
 *     ```
       <h1 id="header">
       <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>
       </h1>
       ```
   
 * How about changing it to? (obviously backup header.php first)
 *     ```
       <h1 id="header">
       <a href="http://www.mymainsite.com">Text to be displayed</a>
       </h1>
       ```
   
 * Here for more info
    [http://www.w3schools.com/html/html_links.asp](http://www.w3schools.com/html/html_links.asp)
 *  Thread Starter [cmoore1954](https://wordpress.org/support/users/cmoore1954/)
 * (@cmoore1954)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/title-link-1/#post-595677)
 * yeleek,
    Your the best, Thank you sooooooooo much, I knew it had to be rather
   simple BUT for for the life of me I couldn’t figure out where the change needed
   to happen. After messing the whole thing up once and having to reinstall, I figured
   I shouldn’t mess with it until someone who know what they were doing could instruct
   me….. You are that person, and again THANKS!
 * Cmoore
 *  [yeleek](https://wordpress.org/support/users/yeleek/)
 * (@yeleek)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/title-link-1/#post-595697)
 * You give me too much credit 🙂 Enjoy WP.

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

The topic ‘Title Link’ is closed to new replies.

 * 6 replies
 * 2 participants
 * Last reply from: [yeleek](https://wordpress.org/support/users/yeleek/)
 * Last activity: [19 years, 1 month ago](https://wordpress.org/support/topic/title-link-1/#post-595697)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
