Not a developer? Go to MovableType.com

Documentation

ContentDataExcludeBlogs

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

Specifies the IDs of sites to exclude from search targets for ContentData. When specifying multiple IDs, separate them with commas.

If this configuration directive is not set, the value of ExcludeBlogs is used as the initial value. If ExcludeBlogs is also not set, all sites are included in the search target.

The value of ContentDataExcludeBlogs is overridden by the value of ContentDataIncludeBlogs. If you want to exclude specific sites from the search regardless of the ContentDataIncludeBlogs setting, also set ContentDataSearchNoOverride.

Usage

ContentDataExcludeBlogs 1,3,6
Back