<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?>
<?php endif; ?>kodlarını sidebar'a ekle....
if ( function_exists('register_sidebar') )
{
register_sidebar(array('name' => 'Sidebar','before_widget' => '','after_widget' => '','before_title' => '<h3>','after_title' => '</h3>'));
}kodlarını ise function.php dosyasına ekle...
<?php 'den sonra bir yere,uygun olacaktır...