Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip Templates system setting not working #32

Open
danFWD opened this issue Apr 1, 2016 · 0 comments
Open

Skip Templates system setting not working #32

danFWD opened this issue Apr 1, 2016 · 0 comments

Comments

@danFWD
Copy link

danFWD commented Apr 1, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant