• Resolved daemonicus

    (@daemonicus)


    Hello I want to change the ‘home’ text from menu, I already modified the funcitons.php file

    /* Breadcrumbs */
    function weblizar_breadcrumbs() {
    $delimiter = ”;
    $home = __(‘Home’, ‘weblizar’ ); // text for the ‘Home’ link

    but the menu still not afected, can’t find the right file

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    First try this.

    open your “functions.php” file in any text editor.

    Now find the given below line of code

    $home = __(‘Home’, ‘weblizar’ ); // text for the ‘Home’ link

    and replace it with

    $home = __(‘ABC’, ‘weblizar’ ); // text for the ‘Home’ link

    Save the changes.

    If above solution didn’t work for you then Please share the website

    URL.

    Thanks.

    Thread Starter daemonicus

    (@daemonicus)

    that was I did and said , and did not work

    my website is claropasto.com

    instead of ‘Home’ I want to say ‘Inicio’

    thanks

    Thread Starter daemonicus

    (@daemonicus)

    I recreate the menu and it work, that was weird, anyway thanks for the help

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change 'home' text from menu’ is closed to new replies.