My "home" page link is not clicking. I changed the Homepage to a static page and moved the recent blog list that is usually the homepage to another page. Following the insturctions I found on the documentation for this.
There was double "Home" pages in the navigation list and I excluded the new page I created but still have the page displayed as the Homepage.
The problem is when I click on the "Home" link in the Navigation list it does not Click which means the Link is not Activated somehow, . I have not idea what the problem is I have tried every thing I know but still have been unable to solve this.
I comment out the "Home" link for instance and have another of the Links in it place, that particular link also become deactivated even though it was clickable before I comment out the "Home" code link.
This is how the codes for the Navigation bar looks, hope someone can help to resolve this. I am just finding my feet in wordpress,
<div id="nav">
<li class="<?php if (((is_home()) && !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?>current_page_item<?php } else { ?>page_item<?php } ?>">">Home
<?php wp_list_pages('exclude=278&sort_column=menu_order&depth=1&title_li='); ?>
</div>
Here is the link to the page