If you click clear index on the ACP page for the plugin and then reindex it should only reindex the category not excluded.
Advanced Search Dropdown
-
How to display only Parent categories instead of all the categories (Subcategories , child categories etc ) ?
-
There's not really an easy way without editing theme files, but you can use CSS to hide the subcategories manually:
#posted-in-categories [value="13"], #posted-in-categories [value="6"], #posted-in-categories [value="5"], #posted-in-categories [value="17"], #posted-in-categories [value="18"] { display: none; }
The number in quotes is the category ID, which you can find in the ACP.
Suggested Topics
-
Unsolved Google Search
Technical Support • • Marvin
Copyright © 2022 NodeBB | Contributors