Tagged Questions
0
votes
1answer
94 views
WordPress theme development — start static and then integrate, or hack on the WP templates from the beginning? [closed]
I'm developing my first WordPress theme. I've sketched out my wireframes and am now looking to put together a prototype using HTML5 Boilerplate and Bootstrap 2.0. I plan on using the Roots theme ...
0
votes
2answers
110 views
Tips for managing code when developing a parent theme framework
I have started work on an open source theme framework that pulls in lots of great code & resources from elsewhere. For example it uses:
jQuery
Option Framework Theme
LESS
etc etc.
Most of ...