Just installed Taxonomies for the first time and am liking it so far. I noticed that a comma separated list of template ID's for "taxonomies.skip_templates" didn't affect the Taxonomies tab. I looked in the Taxonomies plugin and it looks likes line 71 should be modified from:
if (!in_array($class_key,$skip_classes)) {
to
if (!in_array($class_key,$skip_classes) && !in_array($template, $skip_templates)) {
Am I missing something or is this a true issue?
Thanks, Dan
Just installed Taxonomies for the first time and am liking it so far. I noticed that a comma separated list of template ID's for "taxonomies.skip_templates" didn't affect the Taxonomies tab. I looked in the Taxonomies plugin and it looks likes line 71 should be modified from:
if (!in_array($class_key,$skip_classes)) {to
if (!in_array($class_key,$skip_classes) && !in_array($template, $skip_templates)) {Am I missing something or is this a true issue?
Thanks, Dan