Hello, wondering if anyone could give me a pointer. I'm trying to
create gallery navigation, and for the selected/current gallery I want
to add selected class.

was trying something like:
<r:gallery:if_current> selected</r:gallery:if_current>

more:

<ul>
<r:galleries:each>
<li class="gallery_<r:gallery:slug/><r:gallery:if_current> selected</
r:gallery:if_current>">
 <a href="/<r:gallery:slug/>/">
<span><r:gallery:name /></span>
</a>
</li>
  </r:galleries:each>
</ul>

cheers & thank you.
ingvi

Reply via email to