how to change the title for my page HOME?
i want to make it as POSTS...
visit my BLOG if u can't understand
how to change the title for my page HOME?
i want to make it as POSTS...
visit my BLOG if u can't understand
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.
This topic has been closed to new replies.