I made custom page template and trying to use it on home page. everything is ok beside: How to eliminate "HOME PAGE" from sidebar? How to make "home" show up as active (right now "home page" is active" it is dark) I spent hours on this and could not figure it out. http://www.alexvano.com/ please help
I fixed it. <?php wp_list_pages('depth=1&title_li=&exclude=143,98&sort_column=menu_order ' ); ?> added 98 Now i have another problem, my home page is not in active state. only about, portfolio, and contact pages are. how can i fix it?