diff --git a/functions.php b/functions.php index 14ea093..f41b99b 100644 --- a/functions.php +++ b/functions.php @@ -38,18 +38,6 @@ function custom_logo() { ?> add_action('login_head', 'custom_logo'); -// Add Sidebars -$sidebars = array(); // array('Home Sidebar', 'Other Sidebar'); -foreach($sidebars as $name) { - register_sidebar(array('name'=> $name, - 'before_widget' => '
', - 'after_widget' => '
', - 'before_title' => '

', - 'after_title' => '

', - )); -} - -