Title: Home link
Last modified: August 21, 2016

---

# Home link

 *  Resolved [calpwn](https://wordpress.org/support/users/calpwn/)
 * (@calpwn)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/home-link-7/)
 * Is there a way to change the anchor text in the navigation to something else 
   instead of “Home”?

Viewing 1 replies (of 1 total)

 *  [MaD2ko0l](https://wordpress.org/support/users/mad2ko0l/)
 * (@mad2ko0l)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/home-link-7/#post-4437252)
 * Hi there,
 * Yes, you can change it in the extra.php file (don’t know if you can change it
   through the admin area but you can hard code i like this).
 * In the extras.php (inc/extras.php) files
 * find the line that says
 *  $args[‘show_home’] = true;
 * and change it to
 *  $args[‘show_home’] = “Home”;
 * Obviously change the word “Home” to whatever you want.
 * Hope that helps

Viewing 1 replies (of 1 total)

The topic ‘Home link’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/decode/3.15.3/screenshot.png)
 * Decode
 * [Support Threads](https://wordpress.org/support/theme/decode/)
 * [Active Topics](https://wordpress.org/support/theme/decode/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/decode/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/decode/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [MaD2ko0l](https://wordpress.org/support/users/mad2ko0l/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/home-link-7/#post-4437252)
 * Status: resolved