Viewing 1 replies (of 1 total)
  • You are going to have to make an edit to your theme for this. This requires a bit of HTML knowledge.

    Go to Themes > Editor.

    Open your header.php and look for the html code where the word “Home” is wrapped in a link. In my template, it looks like this:

    <a href="<?php echo get_option('home'); ?>/">Home</a>

    Simply change the word Home (the one with a cap) to Posts and save the template.

Viewing 1 replies (of 1 total)
  • The topic ‘change title for home’ is closed to new replies.