I’m trying to make some tables as seen on the old site and kind of amazed it’s so difficult across channels:
http://www.classiccountryland.com/land-for-sale/oklahoma/lake-view-ranch.php
Each “tract” is an entry in the “tract” channel. The page is in the “property” channel.
If you notice, each tract has different features such as power, water, etc. Each page/property would have different features as well so I can’t make the table static.
I’m trying to figure out how to display the correct number of columns, and populate them. Tracts without all the features don’t leave empty cells where there should be.
It needs to say
“Property has x, y, and z so make three columns. If tract has x, y, or z, say “MATCH”. If tract does not have x,y, or z, leave the cell empty.”
I’ve found a few ways (structure entries, phpstringfun,crazy if/elses) to the same dead end. Any ideas? Thanks a ton in advance.