• Resolved cool.nicq

    (@coolnicq)


    Hi,
    I was trying to rename the home tab of the “Themia lite” Theme.
    Went over many tutorials.
    >> custom menu
    >> wp-includes/post-template.php
    every thing..
    but nothing i find worthier..
    Custom menu worked, but only for side bar and footer via widgets

    Yes indeed, editing post-template.php, worked
    ———————————————————
    if ( ! empty($args[‘show_home’]) ) {
    if ( true === $args[‘show_home’] || ‘1’ === $args[‘show_home’] || 1 === $args[‘show_home’] )
    $text = __(‘Home’);

    changed to $text = __(‘Welcome’);
    ———————————————————-

    works fine… but i need something where i can rename the tab in nepali, ie. home =>> होम
    as i edited contact =>> सम्पर्क in http://galeshwordham.com.np/np/

    can anyone help me in this matter…

    Regards and Thanks in advance
    Ratan Thapa
    http://www.ratan.com.np

    http://wordpress.org/extend/themes/themia-lite/

Viewing 11 replies - 1 through 11 (of 11 total)
  • esmi

    (@esmi)

    No! Never, ever, edit core WordPress files. Revert the changes that you made or upload a fresh copy of wp-includes/post-template.php

    Thread Starter cool.nicq

    (@coolnicq)

    thanz a lot for the suggestion..

    yeah i did, installed a backup copy of post-template.php
    and looking for solution of my problem

    Regards

    esmi

    (@esmi)

    You can name your menu items in any way that you want if you use a custom menu.

    Thread Starter cool.nicq

    (@coolnicq)

    but the custom menu only worked for widget, not for the top or navigation..

    you can check it out on ..
    http://galeshwordham.com.np/np/

    the custom menu worked fine on footer..
    didnt worked in top or headers…

    Regards

    esmi

    (@esmi)

    Then you need to add a new custom menu location to your theme via its functions.php file. See Navigation_Menus.

    Thread Starter cool.nicq

    (@coolnicq)

    thanz a lot..

    let me give a try to it..

    Regards

    Thread Starter cool.nicq

    (@coolnicq)

    I tried…
    “Theme Locations” box as “Header Menu” displays the below message…

    The current theme does not natively support menus, but you can use the “Custom Menu” widget to add any menus you create here to the theme’s sidebar.

    on the header.php ….
    // Add the blog description for the home/front page.
    $site_description = get_bloginfo( ‘description’, ‘display’ );
    if ( $site_description && ( is_home() || is_front_page() ) )
    echo ” | $site_description”;

    Can any changes be made from here.. I tried editing from here.. but failed..

    Can you suggest

    Regards

    esmi

    (@esmi)

    And what changes did you make to functions.php?

    Hello!
    A few months ago I found out how to easily change the name of the “Home”-button on one of my websites. Now I would like to do the same thing with another website using the same theme (Themia Lite), but I have forgot where to edit this.
    It does not appear in the Custom Menu.

    Sincerely
    Johan

    Found the answer in this thread:
    http://www.inkthemes.com/supportforum/topic/how-to-change-name-of-home-button

    Works fine, maybe that can help you too cool.nicq.

    Thread Starter cool.nicq

    (@coolnicq)

    Thanz a lot .. my problem is solved..

    now i can see “home” tab of my website in english and both nepali language…

    for new/other users http://www.inkthemes.com/supportforum/topic/how-to-change-name-of-home-button follow the link and see the solution ..

    http://www.galeshwordham.com.np where the “home” tab is not changed (website in english)..

    http://www.np.galeshwordham.com.np where the “home” tab is changed and renamed “होम”
    (website in nepali)

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Theme: Themia Lite] Renaming The Home Tab Button’ is closed to new replies.