I had it working fine with WP 2.0. With WP 2.0.1 I cannot get it to work. On the authors site he says that you should:
"To install, simply download fold_page_menus.tgz into your wp-content/themes directory and unzip it - it’s just a single file fold_page_menus.php. Install it through Site Admin -> Plugins as usual."
Does he really mean the themes directory? Or does he mean the plug-in directory?
Then he says:
<?php wp_list_pages('title_li=<h2>Pages'); ?></h2>
to this:
<?php wp_list_pages(fold_page_menus().'title_li=<h2>Pages'); ?></h2>
and that’s it.
I added this in the theme (the particular theme I am using doesn't actually have a side bar, but I find the right line in the "pages.php" and "index.php" files. I replace each of them and no joy.
Give that it worked before and not now ... what am I forgetting. Is there a step I might have missed? Could it be that something about this theme isn't working in 2.0.1? Etc.
Thanks for any ideas.