-
Notifications
You must be signed in to change notification settings - Fork 0
Automations condition for post category #245
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
Comments
Seems it will require custom handling since that's from a separate database table (taxonomies). This should likely be a PRO feature which also supports any registered taxonomies/terms on the site rather than only the core |
I did just confirm the post's set categories are available when using the Post is Updated trigger instead. This would mean #57 would be a higher priority to limit the number of times the Automation is triggered. For example, if I say "post is updated > status equals pending", then the Automation will run every time a post with that status is updated (not ONLY when the status BECOMES "pending"). |
A user has requested:
There may be complexity around posts actually being assigned several categories, where all the current conditions are for single value field comparisons. This means we may need different comparison operators... 🤔
Also, what about custom taxonomies? What about parent vs subcategory vs grandchild etc. levels?
The text was updated successfully, but these errors were encountered: