• Resolved calpwn

    (@calpwn)


    Is there a way to change the anchor text in the navigation to something else instead of “Home”?

Viewing 1 replies (of 1 total)
  • 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.