Hello! I am trying to create a real estate list that orders the properties based on the size. The size would order from the largest to the smallest down the list.
Below is the code I am using to pull those property entries:
{exp:channel:entries channel="properties1|properties2" category="19" orderby="total_sf1|total_sf2" sort="desc|desc" dynamic="off"}However, the outcome of this code is seen in the attached image.
The orange highlighted are properties from the “properties1” channel and the green highlighted are properties from the “properties2” channel.
Is it not possible to combine the ordering and sorting from both channels so that it orders the properties from largest to smallest for all entries? Is there a way that I can perhaps pull the entries by category instead and still be able to sort the properties from largest to smallest size?
I appreciate any help you can provide me!
Thank you!