go to editor, and navigation.php
go to your browser search and find Home , there will be 2 of them in navigation.php
change it to Blog. Done
go to editor, and navigation.php
go to your browser search and find Home , there will be 2 of them in navigation.php
change it to Blog. Done
i forget the home link, just copy whole line and paste it above, change it to your page. it should look something like this
<li class="<?php echo $highlight; ?> first"><a href="http://www.example.com">Home</a></li>
<li class="<?php echo $highlight; ?> first"><a href="<?php bloginfo('url'); ?>">Blog</a></li>
Hi,
I would actually like to remove the "Home" link from the Navbar completely. Is there a way to do this? I tried changing "Home" to [blank] in the navigation.php file but it still leaves a hyperlink in place and the next category is not flush with the left margin.
Aloha,
Nate
House of Annie food blog
Kuching, Sarawak, Malaysia
remove this line from includes/navigation.php
Code:<li class="<?php echo $highlight; ?> first"><a href="<?php bloginfo('url'); ?>">Home</a></li>
Bookmarks