how create unic li class or id with show_menu?
Example like this
<ul>
<li class='st-1'><a href='...'>Title 1</a></li>
<li class='st-2'><a href='...'>Title 2</a></li>
<li class='st-2'><a href='...'>Title 3</a></li>
</ul>
Hi,
You can use class="st-[page_id]" , that way, each item will have different class.
For more info, take a look at this topic: https://forum.WebsiteBaker.org/index.php/topic,13184.0.html
cheers
thx it's worked :). But now require somtihning else.
https://forum.WebsiteBaker.org/index.php/topic,17243.0.html