Thread Starter
kfogel
(@kfogel)
Following up to my own post with the answer, courtesy of Bill Erickson, who sent it to me by email after a private inquiry. Thanks, Bill!
You can query pages with Display Posts using
[display-posts post_type="page"]
By default, content is ordered by the publish date (newest first).
For pages, you’ll probably want them alphabetical
[display-posts post_type="page" orderby="title" order="ASC"]
or in their page/menu order
[display-posts post_type="page" orderby="menu_order" order="ASC"]
You can see a full list of available parameters here:
https://displayposts.com/docs/parameters/