I don't understand how to implement the instructions here: http://wpframework.com/docs/widgets-api/. When I tried this I got this error:
Fatal error: Call to undefined function create_widget_area() in /home/stunter/public_html/projects/habitat/wp-content/themes/skin/library/functions/widgets.php on line 26
Please tell me how to add a widget to the footer.
By following this tutorial I got far enough to have the new footer widget area show up in Appearance > Widgets, but nothing I put there shows up on the page, it's just blank. So I'm not sure where the problem is. This is the code I've added to function register_widgets: register_sidebar(array('name'=>'footer'));
but I don't think that's working here, or at least not fully.