mirror of
https://github.com/kennethreitz/wordpress-theme-skeleton.git
synced 2026-06-05 23:20:18 +00:00
well that didnt work
This commit is contained in:
@@ -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' => '<div class="block">',
|
||||
'after_widget' => '</div><div class="blockfooter"></div>',
|
||||
'before_title' => '<h3>',
|
||||
'after_title' => '</h3>',
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user