Skip to content

Skip Templates system setting not working #32

@danFWD

Description

@danFWD

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions