My wordpress theme does not have a widgetised footer area. All there is is just a
footer text
in the footer.
I want to be able to add widgets in my footer from the widgets area in dashboard, such as blogroll, site pages, recent posts etc. I want the footer to be 3 columns.
How can I do this? cheers
You’d first of all register your widget areas in functions.php;
Then in your footer.php file you’d have something like this;
First put this line of codes in function.php
Add this to your footer.php file