Awesome Joox!
Can you post the final code you used to get this to work?
I can handle the css no prob, but I’m at the point that you were where my pages menu list looks like so:
https://www.ragecg.com/bushido
This is because my current code looks like this:
<li><a href="<?php bloginfo('url'); ?>">Home</a></li>
<?php wswwpx_fold_page_list ('sort_column=menu_order&title_li=<h2>' . __('MENU') . '</h2>' ); ?>
Thanks for any help, and thanks to all of you (esspecialy you Minna!) for helping with this issue, as I will be needing it for another WP custom site I’ll be doing for a client next week:)
NOTE: As you can see, I am using the “fold_page_list” plugin in the wp_list_pages string.
It adds some new functions to the wp_list_pages one without hurting anything:)
Works very well btw:)
Thanks again!