Custom navigation bar via wp_list_pages is broken for blog roll

The problem when you set a ‘page’ as the blog roll through the back-end is that it automatically assigns the page as an ‘archive’.

In order to solve the problem, I removed this option (ie: set blog roll to –Select–). I set the page to it’s own custom template and made a custom query feed, so I could utilize wp_reset_query(). This then restored the functionality and my right sidebar navigation.