PeterDK Posted February 6, 2014 Share Posted February 6, 2014 Hi, I'm going to make this structure: 300 pages with bikerider-templates 2000 pages with rides-templates the 'rides' template where you can select multiple other pages (riders) How can i select rides where 'one rider' has ridden? select rides where "rider in listofriders" Peter Link to comment Share on other sites More sharing options...
Fokke Posted February 6, 2014 Share Posted February 6, 2014 Hi! Hopefully I understood what you're trying to archieve. <?php // On rider template $rides = $pages->find("template=ride,rider={$page->id}"); ?> 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