I am trying to use getResource to pull a few resources into a single page, then these resources link through to a detailed information page of the specified resource.
[[getResources? &tpl=`profile-ditto` &limit=`all` &parents=`18` &sortby=`publishedon` &hideContainers=`1` &includeContent=`1` &includeTVs=`1` &processTVs=`1`]]
This pulls all the content and sorts it into the correct order, however I need it to load a specific resource depending on which link was clicked on.
This is my resource list that I am pulling, so the page I am loading them all to is People (18) and I each of the children have more detailed pages which I need to load individually depending on which link people click on the page. So is it possible to load a certain resource from a getResource call?