Ok, this is the deal:
i have four pages:
Home | gallery | articles | contact
Every link links to a page, except the articles page. This one links to the index.php, it is the blog part of the website.
Now I have the navigation in the header as images, i dont use wp_list_pages over here, so there is no problem..
In the footer however, I use the wp_list_pages as a navigation. This is because now Wordpress inserts the current_page_item class to the link if this is the current page obviously.
The problem now is the script excludes my articles link, seeing this is not a page. How do I include this page in this template tag, on the right place?