=
These plugins and themes don't use the standard WordPress functions to create it's menu, neither does it pass it's list of pages through the getpages filter. To get them to work you will need to track down the bit of code in the theme/plugin which gets the pages and change it to apply the filter "getpages" (I cannot be responsible for any unforseen effects of the changes you make, so please test thoroughly). The change to getting pages will probably look something like this:
$pages = apply_filters( 'get_pages', $pages );
Please contact me if you're completely stuck and we can discuss possible solutions.
Exclude pages is incompatible with:
I'm simply noting requests & bug reports here, I've not necessarily looked into any of these.
None!




