You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: