november
Oct 27 2002, 07:46 PM
I am playing with the mt-search, and I would like to make the search usable for my main blog only (I also have a gallery blog which I don't want to be searchable at this time).
Thanks,
Renee
girlie
Oct 27 2002, 08:40 PM
You could either add the ExcludeBlogs option to mt.cfg
ExcludeBlogs 1
or put a hidden form field in your search template:
<input type="hidden" name="ExcludeBlogs" value="1" />
where "1" is the Blog ID for the blog you want to exclude.
(You can determine the Blog ID by hovering over the blog's title in the Main Menu and look at the URL in your scrollbar, or while editing the blog, you can look at the URL in the address window of your browser.)
You could also use the inverse of ExcludeBlogs - IncludeBlogs - to only include the one blog you want to search.