Wordpress - Themes and Appearance
You added this code to your theme's
But the sidebar does not appear in the Widgets admin area. What is the error?
functions.php to register a sidebar:register_sidebar('name' => 'Blog Sidebar', 'id' => 'blog-sidebar');But the sidebar does not appear in the Widgets admin area. What is the error?
