LiveWhale

Excluding pages and directories from the Pages browser

How to exclude items from the pages browser.

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.

Need more help? We’re here for you! If this document doesn’t address your question, or if you’d just like to know more, please send an email to support@livewhale.com and we’ll get back to you with more information!