Steven,
My cmap.php file contains the desired categories as shown below:
$atts = array(
‘default’ => self::$atts[‘str_select’],
‘select_all’ => self::$atts[‘str_select_all’],
‘type’ => self::$atts[‘enable_category_multi_select’] ? ‘multiselect’ : ‘select’,
‘group’ => self::$atts[‘enable_category_group_by_parent’],
‘show_count’ => self::$atts[‘show_category_count’],
‘show_empty’ => self::$atts[‘show_empty_categories’],
‘parent_id’ => self::$atts[‘enable_category_by_root_parent’] ? self::$atts[‘category’] : array(),
‘exclude’ => self::$atts[‘exclude_category’],
‘include’ => array(16,4,2,31,42,411,32,29,33,3,21,105,41,18,19,20,95,17,246,22,262,1),
);
So I am not sure why my entire category list is showing.
