Lately I’ve been getting my hands dirty with Bootstrap, in particular with a Bootstrap starter framework at Bootswatch. The number of built-in elements is impressive. No wonder the WordPress themes I’ve used recently have proudly declared “built on Bootstrap”. Bootstrap used as it’s meant to be used is elegant and beautiful responsive coding.

It wasn’t the easiest task to filter through Google to find the best WordPress settings API tutorial, so I am going to link here to the tutsplus tutorial so that I can find it again when needed. In WordPress, sometimes you need to add extra settings for the purpose of reusing your code later. I found this particular tutorial gave me easy to follow instructions for adding new settings to the tutorial page. The others were all obsessed with putting their own initials on the functions, used dumb names for functions, not enough commenting in the tutorial code to help you to make it fit your purpose.