Wordpress - Themes and Appearance
Why does this code fail to display widgets?
add_action('init', function() {
register_sidebar(array('name' => 'Footer', 'id' => 'footer'));
});
dynamic_sidebar('footer');