To set the default selection when you create a new post, edit /includes/meta-boxes.php line 344: 'std' => 'no-sidebars', Then in single.php, above line 22 add: if ($sidebar_config == "") { $sidebar_config = "right-sidebar"; }