How do I change the "Home" link within the top navigation bar to another word?
My site:
http://tinyurl.com/682k3tc
How do I change the "Home" link within the top navigation bar to another word?
My site:
http://tinyurl.com/682k3tc
Hey,
if you use the menu manager (Appearance > Menus) you can esily rename the menu item. If you don't use the menu manager you must modify lots_of_small_helpers.php (located in the folder habitat\framework\helper_functions). Search for following code
echo "<li $current><a href='".get_settings('home')."'>Home</a></li>";
and replace "Home" with anything you like...
Thanks Dude!
Glad that I could help you :)
You must log in to post.