Hello,
I want to list my channels as a nav. For this I have tried to do the following:
<nav>
<ul>
{exp:channel:info channel="channel1|channel2|channel3|channel4|channel5|channel6|channel7"}
<li>{channel_title}</li>
{/exp:channel:info}
</ul><!-- / -->
</nav>
But that does not work (“channel#” being the short name value of the channel).
I have noticed that if I take out the tunneling in the “channel=” section it shows up just fine (as long if I am just calling one channel).
Is there a way to show all my channels as a UL list?
