• Resolved clanfga

    (@clanfga)


    I would like to change the name of the homepage from “Home” to “Blog”. I have not found any language file which defines this. Using Arclite theme.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter clanfga

    (@clanfga)

    Never mind, I found it.

    Changed<li id="nav-homelink" class="current_page_item"><a class="fadeThis" href="<?php echo get_settings('home'); ?>" title="<?php _e('You are Home','arclite'); ?>"><span><?php _e('Home','arclite'); ?></span></a></li>

    to<li id="nav-homelink" class="current_page_item"><a class="fadeThis" href="<?php echo get_settings('home'); ?>" title="<?php _e('You are Home','arclite'); ?>"><span><?php _e('Blog','arclite'); ?></span></a></li>

    I did see that in another post, but when I ran a string search it didn’t find the exact string. Sorry for the extra post.

    Where did you find the place to change it? Thx.

    Which file did you change to change the Home to blog?

    Another question is:
    How can I add “Home” – the true home page for my website in front of Blog.

    This way, the user would have access to Home (the homepage for my website), Blog (the home for blog)? Thanks for your help.

    I changed “header.php” file. But the “Home” didn’t get changed. Which file did you change?

    I’d like to do the same thing in the Arras theme? Where do I find the bit to change?

    My site is https://www.dykulture.com.

    I appreciate the help!

    I would also like to change the name of my “Home” page to “Blog”, seeing this is where all my posts go. Im using blog.com for my “website”, with the vigilance theme, because I cant code. Could anyone describe what I need to do to achieve this? I really need help, and would be very grateful.

    I already changed it, form “Home” to “Inicio” (spanish equivalent).

    I changed it in my theme files, in HEADER.PHP almost at the end.
    Where you find ‘INICIO’ there wher the word ‘Home’, and already worked:

    <!– Start Menu –>
    <ul class=”sf-menu”>
    <?php if (get_option(‘supertheme_home_link’) == ‘on’) { ?>
    <li <?php if (is_front_page()) echo(‘class=”current_page_item”‘) ?>>“><?php _e(‘INICIO’,’supertheme’); ?>
    <?php }; ?>

    <?php if ($category_menu <> ‘

    • No categories
    • ‘) echo($category_menu); ?> <?php echo $page_menu; ?>

      <!– End Menu –>

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change the page name “Home” to “Blog’ is closed to new replies.