Regarding this thread : https://xenforo.com/community/threads/is-selected-how-to.223700/
I want to do the same kind of menu but with page nodes, i tried this but it does not work...
I dumped vars and
I'm surely missing something.
Thanks for any help.
I want to do the same kind of menu but with page nodes, i tried this but it does not work...
HTML:
<a href="/-/podcasts/" class="blockLink {{ $node.node_id == $page.node_id ? 'is-selected' : '' }}">page A</a>
node_id
is available...I'm surely missing something.
Thanks for any help.
Last edited: