Wednesday, February 6, 2013

How to add Footer Widgets

Create a child theme first.
Add this to functions.php (registers the footer widgets)
http://pastebin.com/KjtwGHUv
In footer.php add this under the line
<footer id="colophon" role="contentinfo">
http://pastebin.com/Ntq8yEFR
Add this to style.css
http://pastebin.com/jQHRzr8R
Now you have 3 footer widget areas
My free child theme has footer widgets and a few extras if you want to use that http://zeaks.org/general/twenty-plus-lite-twenty-twelve-child-theme/

No comments:

Post a Comment