// Register footer widgets register_sidebar( array( 'name' => __( 'Footer Widget One', 'tto' ), 'id' => 'sidebar-4', 'description' => __( 'Found at the bottom of every page (except 404s, optional homepage and full width) as the footer. Left Side.', 'tto' ), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => __( 'Footer Widget Two', 'tto' ), 'id' => 'sidebar-5', 'description' => __( 'Found at the bottom of every page (except 404s, optional homepage and full width) as the footer. Center.', 'tto' ), 'before_widget' => '", 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => __( 'Footer Widget Three', 'tto' ), 'id' => 'sidebar-6', 'description' => __( 'Found at the bottom of every page (except 404s, optional homepage and full width) as the footer. Right Side.', 'tto' ), 'before_widget' => '", 'before_title' => '

', 'after_title' => '

', ) );