Skip to main content

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";
}

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.