I'm trying to get /%year%/%monthnum%/%postname%/ permalink structure to work on IIS6.
So far using this trick http://www.ikailo.com/94/url-modrewrite-workaround-iis-60/ I have got just the postname to work even though /%year%/%monthnum%/%postname%/ is saved in the admin panel.
But
<?php wp_list_pages?>
returns the postname not Year month postname!