Adding Widget Areas

I wanted to add a widget area to the header of this theme. Pretty easy to do once you put all the pieces together.

I am using a child theme made from Twenty Twelve. To add the new widget area you register it in the function.php file. Then put the div where you want it into the header.php file. And lastly style it in the style.css file.