The following should do the trick ” title=”Smiley” />
[code:2zyv0935]<?php echo ‘
<ul id="suckerfishnav">
<li><a href="#">Pages</a>
<ul>’ , wp_list_pages(‘title_li=’) , ‘</ul>
</li>
<li><a href="#">Categories</a>
<ul>’ , wp_list_categories(‘title_li=&exclude=10’) , ‘</ul>
</li>
</ul>’;
?>[/code:2zyv0935]
I would love to see the final product, so feel free to post a link to your site once it’s done! Or leave a message via my Contact Page if you don’t want to post the URL here.