Static Homepage Navigation
This is a great little bit of code. What it does is create static home page link in your navigation that you could place before your wp_list_pages code, to have an active state on your home page link. This way you can use css to style the “current_page_item” class like for any other page. Here’s the code:
<li class="page_item "><a href="">Home</a></li>
If you enjoyed this post you should read my personal blog or subscribe to the iOS Design Weekly Newsletter.