We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 34004
    • 125 Posts
    I'm trying to use getResources to display a lits of predefined articles -

    <ul>
    [[getResources?
      &resources=`1171,1186`
      &tpl=`listUnordered`
      &showHidden=`1`
    ]]    
    </ul>
    


    This lists all articles - is there a way to list only articles associated with the IDs? [ed. note: ficklelife last edited this post 12 years, 4 months ago.]
    • parents Comma-delimited list of ids serving as parents. Use -1 to ignore parents when specifying resources to include.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 34004
        • 125 Posts
        Thanks susan that was it, one of those Ditto/getResources changes that caught me out!