|
| Author |
Message |
|
raianeh
|
Post subject: Renaming first page Posted: Mon Mar 24, 2008 5:40 am |
|
Joined: Sun Mar 23, 2008 11:37 pm Posts: 3
|
|
Hi,
How can one rename the first page from Blog to Home for example?
Cheers,
Raianeh
|
|
|
|
 |
|
angsuman
|
Post subject: Re: Renaming first page Posted: Tue Mar 25, 2008 2:40 am |
|
Joined: Mon Feb 11, 2008 6:33 am Posts: 70 Location: Kolkata
|
|
Go to Presentation->Theme Editor and click on Header
Search for the line: <li class="<?php if (((is_home()) && !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?>active<?php } else { ?>first<?php } ?>"><a href="<?php echo get_settings('home'); ?>">Blog</a></li>
Replace the word Blog with Home. Click on Update File to save your changes.
|
|
|
|
 |
|
|