Enabling Widgets By Default in Custom Theme Development
@Volomike, When you register a sidebar in your themes functions it will be active in the dashboard. If no widgets are added to your sidebars WordPress will add the default widgets. You can prevent WordPress from adding the default widgets by unregistering them: // Remove WP default Widgets // WP 2.8 function using $widget_class if … Read more