I have been using html5 boilerplate for most of my work the past year or so, however I started working in wordpress and have been reading Digging into WP and How to build WP from scratch. I'm curious if anyone has good recommendations for boilerplate with all the wordpress functionality enabled.
After doing a search I found gridless, which looks easy to run with, but without the WP. I also found a few html5 boilerplates but the functions file has so much information I get lost in it. So I started making my own using normalizer and added the WP functions in it.
Underscores (_s) is probably the best choice. It is a github project by a bunch of wordpress experts. It is endorsed by the company who created WordPress.
I have been using html5 boilerplate for most of my work the past year or so, however I started working in wordpress and have been reading Digging into WP and How to build WP from scratch. I'm curious if anyone has good recommendations for boilerplate with all the wordpress functionality enabled.
After doing a search I found gridless, which looks easy to run with, but without the WP. I also found a few html5 boilerplates but the functions file has so much information I get lost in it. So I started making my own using normalizer and added the WP functions in it.
TL;DR: Looking for a nice WP boilerplate.
I usually prefer to code my own but look at these templates for ideas:
Underscores (_s) is probably the best choice. It is a github project by a bunch of wordpress experts. It is endorsed by the company who created WordPress.
Thanks! I'll give the underscore a try