edit your header.php
find:
<div id="menu">
<ul><li class="page_item current_page_item"> ....
</li>
</ul>
</div>
you can see the code that linking to your homepage.
Thread Starter
m30ndo
(@m30ndo)
Thanks nazcar I have found that but I cannot write .php. I have no knowledge of writing code at all… Here is the current code….
<div id=”menu”>
<li class=”page_item<?php if (is_home()) echo ‘ current_page_item’; ?>”>/”>Home
<?php wp_list_pages(‘title_li=’ ); ?>
</div>
What would I need to write in place… THANK YOU.. π
first backup your header.php:
second:
delete this
<li class="page_item<?php if (is_home()) echo ' current_page_item'; ?>">/">Home
<?php wp_list_pages('title_li=' ); ?>
and replace it with:
<li class="page_item"><a href="www.stnicholasnairobifund.com">HOME</a> <?php wp_list_pages('title_li=' ); ?></li>
then save.
Thread Starter
m30ndo
(@m30ndo)
Nazcar, thanks so much works perfectly….. WordPress WOW, and what a swift response when there was a problem…
Excellent…. π π