I have three channels :
‘County’ ‘Town’ ‘Service’
I pull them together in a fourth channel :
‘Listing’
-
My ‘Listing’ URL looks like this :
/county/town/service
-
QUESTION
How can I use the query module to grab the correct listing?
SELECT [‘Listing’] WHERE [‘County’ url_title] = “{segment_1}” AND [‘Town’ url_title] = “{segment_2}” AND [‘Service’ url_title] = “{segment_3}”
Is this possible with the query module?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.