tpr Posted April 27, 2016 Posted April 27, 2016 I would like to add tags to my templates "myTag" and use something like $pages->find("template.tags=myTag"); but no joy. Is this unsupported? I solved the issue in other way but would like to know if this is possible somehow. 1
LostKobrakai Posted April 27, 2016 Posted April 27, 2016 This does work: $tmpls = $templates->find("tags=myTag"); $result = $pages->find(template=$tmpls"); 5
tpr Posted April 27, 2016 Author Posted April 27, 2016 Thanks! Need to wait until our server DNS issues are resolved to try but it gets my like in advance
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now