taotoo Posted March 11 Share Posted March 11 Not sure if anyone has used this module yet. Example code from the module page (https://processwire.com/blog/posts/page-list-custom-children-module/): template=category >> parent=/blog/posts, categories=page.id I want to insert 'parent', as below, but it doesn't work. I'm hoping someone might know how to do it. template=category >> parent=/blog/posts, categories=parent.page.id Link to comment Share on other sites More sharing options...
ngrmm Posted March 12 Share Posted March 12 @taotoo just a guess, try these: template=category >> parent=/blog/posts, categories=parent.id or template=category >> parent=/blog/posts, categories=page.parent.id 1 Link to comment Share on other sites More sharing options...
taotoo Posted March 12 Author Share Posted March 12 2 hours ago, ngrmm said: @taotoo just a guess, try these: or template=category >> parent=/blog/posts, categories=page.parent.id This is the one, thank you! 1 Link to comment Share on other sites More sharing options...
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