Greets:
When one uses a static Page for a blog's home page, wordpress leaves in the Page link in output from the wp_list_pages template call. In that case you wind up with what amounts to two links to the same content, once to the front page via a hard coded home link and once to the specific page.
I'd rather not just edit the theme file to exclude the specific page as the client in question probably shouldn't be editing files. And the theme has a hard coded home link and it's design limits removing it.
Is there anyway to have wp_list_pages not display a link to a static front page?
Thanks,
-drmike