Title: replace title link
Last modified: August 19, 2016

---

# replace title link

 *  [pagou](https://wordpress.org/support/users/pagou/)
 * (@pagou)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/replace-title-link/)
 * hello, am looking for a way to change the standar link to HOME page in a custum.
   
   is there any plug in, that i missed?

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

 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [16 years, 3 months ago](https://wordpress.org/support/topic/replace-title-link/#post-1338261)
 * This might be something you can do easily by editing your theme. Which theme 
   are you using?
 *  Thread Starter [pagou](https://wordpress.org/support/users/pagou/)
 * (@pagou)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/replace-title-link/#post-1338314)
 * zack990
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [16 years, 3 months ago](https://wordpress.org/support/topic/replace-title-link/#post-1338332)
 * Nice theme [http://wordpress.org/extend/themes/zack-990](http://wordpress.org/extend/themes/zack-990)
 * Unless I’m totally misunderstanding you: do you mean the link at the title on
   top? If so, edit line 44 in the `wp-content/themes/zack-990/header.php` file 
   from
 *     ```
       <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
       ```
   
 * To read
 *     ```
       <h1><a href="YOUR-LINK-HERE"><?php bloginfo('name'); ?></a></h1>
       ```
   
 * That will let you change the link instead of pointing to your blog to point somewhere
   else.
 *  Thread Starter [pagou](https://wordpress.org/support/users/pagou/)
 * (@pagou)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/replace-title-link/#post-1338370)
 * thanks thats exacly what i need. 🙂

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

The topic ‘replace title link’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [pagou](https://wordpress.org/support/users/pagou/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/replace-title-link/#post-1338370)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
