Alıntı
<?php include(TEMPLATEPATH."/l_sidebar.php");?>
<?php include(TEMPLATEPATH."/r_sidebar.php");?>
yerine
Alıntı
<?php include(TEMPLATEPATH."/l2_sidebar.php");?>
<?php include(TEMPLATEPATH."/r2_sidebar.php");?>
functionsla falan düzenlemiyorum ben direk böyle yapıyorum.
senin tek sidebar var normalde herhalde
Alıntı
<?php
if ( function_exists('register_sidebars') )
register_sidebars(2);
?>
functions.php yi böyle yapıp
sidebar2.php
____
Alıntı
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>
gibi bi şeyler eklenecek herhalde.
sidebar.php
____
Alıntı
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>
--------------------------
ama problem olabilir. ben her zaman sidebarı manuel düzenledim. gerek de duymadım hiç