This question has been answered by multiple community members. See the first response.
[[getResources? &parents=`choose_an_id,another_id,one_more_id`]]
<?php echo phpinfo(); return true;
[[phpinfo]]
[[getResources? &parents=`1` &tpl=`yourchunk` &limit=`5` ]]
Try the following and add it to your template:
[[getResources? &parents=`1` &tpl=`yourchunk` &limit=`5` ]]
Then create a chunk called yourchunk with the following:
<p>[[+pagetitle]]</p>
See if that works
Quote from: paulp at Sep 24, 2015, 11:06 AM#Try the following and add it to your template:
[[getResources? &parents=`1` &tpl=`yourchunk` &limit=`5` ]]
Then create a chunk called yourchunk with the following:
<p>[[+pagetitle]]</p>
See if that works
It worked! Thanks for that. So I have to have a tpl?