Title: [Plugin: postTabs] XHTML
Last modified: August 19, 2016

---

# [Plugin: postTabs] XHTML

 *  [Covi](https://wordpress.org/support/users/covi/)
 * (@covi)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-posttabs-xhtml/)
 * Thanks for u work, IMHO it’s better than WordPress Post Tabs, but…
    is not semantic
   and not XHTML standars compliance: tags b, onMouse… autop fails. Can be repair,
   it’s easy, but… have no time :S

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [gillespieza](https://wordpress.org/support/users/gillespieza/)
 * (@gillespieza)
 * [15 years ago](https://wordpress.org/support/topic/plugin-posttabs-xhtml/#post-1937524)
 * +1
 *  [Ovidiu](https://wordpress.org/support/users/ovidiu/)
 * (@ovidiu)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-posttabs-xhtml/#post-1937544)
 * anyone? plugin author seems to have disappeared from the scene
 *  Thread Starter [Covi](https://wordpress.org/support/users/covi/)
 * (@covi)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-posttabs-xhtml/#post-1937561)
 * I’ve written my own Plugin, I hope to publish it as soon as possible :S
 * Features:
    **No Javascript required**, can be based on CSS level 1 (classes: 
   active, current…), level 2.1 (advanced selectors) and 3 (CSS3 selectors :target,:
   nth, etc).
 * My next development aims to use <section> html5 elements (with tabs, of course).
   *
   Section attrs for active tab and Sections params this is not hard 😉
 * The format for shortcode is:
 *     ```
       [Sections]
       [Section:Name]
       ...
       [/Section]
       [Section:Name]
       ...
       [/Section]
       [/Sections]
       ```
   
 * This outputs:
 *     ```
       <div class="tabs">
   
       <ul class="tabs-navigation">
       <li class="active current"><a href="#name-of-section-formated" title="Name of section">Name of section</a></li>
       <li><a href="#name-of-another-section-formated" title="Name of another section">Name of another section</a></li>
       </ul>
   
       <div id="name-of-section-formated" class="active current">
       ...
       </div>
   
       <div id="name-of-section-another-formated">
       ...
       </div>
   
       </div>
       ```
   
 *  [Ovidiu](https://wordpress.org/support/users/ovidiu/)
 * (@ovidiu)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-posttabs-xhtml/#post-1937562)
 * can’t wait, please let us know here when its available.
 *  Thread Starter [Covi](https://wordpress.org/support/users/covi/)
 * (@covi)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-posttabs-xhtml/#post-1937566)
 * Sorry Ovidiu, …my code works for me but isn’t right for a plugin ATM :S
 * — edit —
    You can see in action (try disable Javascript also) here: [http://laguardiadejaen.com/web/ayuntamiento/area-de-comunicacion-y-prensa/archivo-de-noticias/](http://laguardiadejaen.com/web/ayuntamiento/area-de-comunicacion-y-prensa/archivo-de-noticias/#Archivo)
   and here: [http://laguardiadejaen.com/web/ayuntamiento/corporacion-municipal/](http://laguardiadejaen.com/web/ayuntamiento/corporacion-municipal/#corporacion-actual-2011-2015)
   and oher sections of laguardiadejaen.com

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: postTabs] XHTML’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/posttabs.svg)
 * [postTabs](https://wordpress.org/plugins/posttabs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posttabs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posttabs/)
 * [Active Topics](https://wordpress.org/support/plugin/posttabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posttabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posttabs/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Covi](https://wordpress.org/support/users/covi/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-posttabs-xhtml/#post-1937566)
 * Status: not resolved