Thanks, that is a bug I hadn’t heard about before.
I’ll fix that in a future release. In the mean time, replace [code:12n0wqv0]<?php suckerfish(); ?>[/code:12n0wqv0] with the following code:
[code:12n0wqv0]<?php echo ‘
<ul id="suckerfishnav">
<li><a href="http://domain.com/home/“>Home</a></li>
‘ , wp_list_pages(’title_li=&exclude=5‘) , ‘
</ul>’;
?>[/code:12n0wqv0]
The domain.com/home/ will need to be changed to whatever your Home URL is and the number of 5 will need to change to whatever the WordPress ID number of your home page is.