Forums

change title for home (2 posts)

  1. themanfromph
    Member
    Posted 2 years ago #

    how to change the title for my page HOME?
    i want to make it as POSTS...
    visit my BLOG if u can't understand

  2. cdybenko
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.