__('Sidebar', 'wk'), 'id' => 'sidebar-primary', 'description' => __('Main sidebar that appears on the left or the right side of the blog posts or pages.', 'wk'), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => __('Footer First', 'wk'), 'id' => 'footer-first', 'description' => __('First footer sidebar widget', 'wk'), 'before_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => __('Footer Second', 'wk'), 'id' => 'footer-second', 'description' => __('Second footer sidebar widget', 'wk'), 'before_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => __('Footer Third', 'wk'), 'id' => 'footer-third', 'description' => __('Third footer sidebar widget', 'wk'), 'before_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => __('Footer Fourth', 'wk'), 'id' => 'footer-fourth', 'description' => __('Fourth footer sidebar widget', 'wk'), 'before_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); } add_action('widgets_init', 'wk_widgets_init');