Tagged Questions
1
vote
2answers
185 views
Integrating Html5Boilerplate's Builder into a WP Theme
So Im planning to use Html5Boilerplate as a base to build a new WP Theme on.
The Boilerplate comes with the Builder, a handy Tool for minifiying, concatenating and compressing ones Website for obvious ...
2
votes
1answer
308 views
Wordpress Genesis Child Theme Filter divs
I'm trying to html5ize a Genesis child theme. So far I've figured out how to replace the Doctype via hook but am having trouble figuring out how i can change the divs to sections and articles without ...
0
votes
1answer
393 views
Is there a filter for enqueue script to strip the type=“text/javascript” property
script type="text/javascript" is optional in HTML5 and all browsers (even old ones) recognise JavaScript without it. I am building an HTML5 site and want my script output to be consistent. However, ...