html5-boilerplate-for-wordpress icon indicating copy to clipboard operation
html5-boilerplate-for-wordpress copied to clipboard

The HTML5 Boilerplate adapted into a WordPress template, including Bruce Lawson's HTML5 blog markup.

Results 15 html5-boilerplate-for-wordpress issues
Sort by recently updated
recently updated
newest added

Welcome to [WhiteSource for GitHub.com](https://github.com/apps/whitesource-for-github-com)! This is an onboarding PR to help you understand and configure settings before WhiteSource starts scanning your repository for security vulnerabilities. :vertical_traffic_light: WhiteSource for GitHub.com...

Zencoder hasn't used this project internally for a long time now. Would anyone be interested in taking it over?

Hi Zencoder This allows much better usage of the ie classes in conjunction with wordpress body classes. Also I removed the handheld stylesheet as it's not in the current boilerplate...

Line 30 which I commented out breaks layout in iPhone.

All post formats added, with safe conditional for old installations ( but who doesn't update? )

Allows for customization of 10 post formats using the WordPress API and CSS.

https://github.com/h5bp/html5-boilerplate/zipball/v4.3.0 The Boilerplate has been updated! In addition, so has Wordpress to version 3.7, some of the functions need to be revised to comply with new usage.

On line 33 in functions.php there's a call `automatic_feed_links()` which is deprecated since WP 3.0 and should be replaced with `add_theme_support_('autoamtic-feed-links')`.

hello, I'm new with wordpress and I would like to use this boilerplate, I'm familiar with sites without databases. Now I was wondering do I have to put my code...