That is correct … setting list="true" displays an unordered list (<ul>) of the Child Pages showing only their titles.
As per the documentation, “all other parameters are ignored except for class, cols, exclude, orderby, order and id”.
If you want to show a list including thumbnails, I would suggest that this would (in most cases at least) be very similar to setting cols="1" and maybe using a custom value for class so that you can style the list exactly as you wish with a bit of custom CSS…
-
This reply was modified 7 years, 3 months ago by
caterhamcomputing. Reason: mark some items as code
Thread Starter
eric3d
(@eric3d)
Thanks for your reply. I ended up building my own list using wp_pages() since I was using the list in a template anyway. I love the plugin but, in this instance, it proved to be more work to use it than not.