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:
index
for the homepage;blogindex
orblog
for the blog homepage;contact
for contact.phpadmin
for admin panellogin
for login pagepost:entry_id
orentry:entry_id
for entries (entry_id
is the entry id in formatentryYYMMDD-hhmmss
) … [Leggi il resto]