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;
- blogindexor- blogfor the blog homepage;
- contactfor contact.php
- adminfor admin panel
- loginfor login page
- post:entry_idor- entry:entry_idfor entries (- entry_idis the entry id in format- entryYYMMDD-hhmmss) … [Leggi il resto]