If you wish to exclude/hide individual pages or whole directories from the Pages site browser, you may do so by adding an entry for each excluded item to your client configuration.
Any excluded items will cease to appear in the “Your Pages” and “Browse” sections of the Pages module. Additionally, these excluded pages will not appear in the Content Analyzer for administrators.
Open the LiveWhale private client config (/livewhale/client/private.config.php) using an FTP client or via the command line.
Define an array of paths to individual pages or directories that should be excluded, in the following manner. The paths should be relative to the web root:
$_LW->REGISTERED_MODULES[‘pages’][‘custom’][‘excluded’]=array(‘/excluded_directory’);
This will register the excluded files and directories in the Pages module, and will immediately hide them from the Pages interfaces.
