Get subpages and loop through to display content
http://easywplearning.com/get-subpages-and-loop-through-to-display-content/
Trying to get subpages and loop through them, listing all of the subpages and then outputting their individual thumbnail images, names and descriptions with custom fields. Below is a working example to get subpages and loop through them <?php $id_of_the_parent_page = 218; ...













