Hi, im displaying some content like this:
{exp:channel:entries channel="{segment_1}” limit=“1” disable=“categories|member_data|pagination”}
But if the page is on url segment 2 or 3 it will not display
example.com/segment1/segment2/
How can I make this tag to display channel 2 if the page url is on segment 2 and channel 1 if its on segment 1?
Thanks