>
Download This Plugin | |
Download Elegant Themes | |
Name | Thematic html5 plugin |
Version | 0.4.1 |
Author | middlesister |
Rating | 0 |
Last updated | 2013-04-06 10:58:00 |
Downloads |
1774
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Thematic html5 plugin plugin added 4 bytes of resources to the Home page and 18 bytes of resources to the sample Post page.
Thematic html5 plugin plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Thematic html5 plugin plugin ads no tables to your Wordpress blog database.This plugin will convert the markup of themes based on the Thematic theme framework to use html5 elements. Requires Thematic 1.0 or later. New filters were introduced in Thematic 1.0.2 that optimizes the use of this plugin, but it will work with Thematic 1.0 as well using an output buffer.
It uses the built in filters of Thematic to change the markup in desired places. If you are using any childtheme_override_*
functions they will still work, and will override this plugin's loops as well. You will then need to make sure that your override loops uses html5 yourself.
The markup changes are:
<!doctype html>
<html>
tag<head>
<header>
element<nav>
element<nav>
element<nav>
element<article>
element for individual posts. <header>
element<h1>
<footer>
element<aside>
elements, with individual widgets as <section>
elements. The widget title is <h1>
<footer>
elementThe plugin will also add a html5shiv javascript so the new elements will work with older IE browsers. It tries to be detect if any other script has been enqueued, like modernizr, and will only add the script if necessary.
The plugin is intentionally very bare bones, no settings or checkboxes, just activate and go. Ideas, bug reports and general feature requests are welcome at the github issue tracker.