This will be so much easier to show than to tell but, here’s the basic idea:
- I have A CPT called “Locations” which allow for parent/child relationships.
- I want to create all 50 States and nest certain Regions under them.
- I want to create a looper which will go and get the titles of each State and place them in columns (easy)
- Then in a list under each State name, another looper to go a get only those Regions which are a children of that State.
So, North Carolina has a column returned by the first looper which outputs “North Carolina”. South Carolina has a second column which out puts "“South Carolina”. AND under each one is listed the children of each.
North Carolina
-Charlotte
-Monroe
-Asheville
South Carolina
-Greenville
-Columbia
How can this be setup to work like I am describing?
Here’s a short video fro clarity:
Thank you!

