Description
This is the new version of the Tabmenu plugin, that replaces, the version 4.0.
The plugin adds “sel” class if you are in that page (in HTML, class=”sel”).
You can use both {{TABCLASS}} and {{TABSELECT}} patterns: the difference is that the first adds the class attribute, the second just the sel and so you can speficy other classes. See below for an example.
This is an example (for the homepage):
<li {{TABCLASS:index}}><a href="/" title="Homepage>Homepage</a></li>
<li class="myotherclass {{TABSELECT:index}}"><a href="/" title="Homepage>Homepage</a></li>
Replace index with:
indexfor the homepage;blogindexorblogfor the blog homepage;contactfor contact.phpadminfor admin panelloginfor login pagepost:entry_idorentry:entry_idfor entries (entry_idis the entry id in formatentryYYMMDD-hhmmss) … [Leggi il resto]