Hi all,
I'm trying to create my own theme but I've hit a little snag.
I want to style the page navigation in my own way however for this i need to change the html output of the wp_list_pages function.
I've dug a bit and found that i can override the Walker class but the wp_list_pages calles walk_page_tree (both are in wp-includes\post-template.php) and that one uses the default override class Walker_Page and i dont want to ammend the core source of wp.
How do i go about doing this?
Please help,
Tal.