NESTED گفت:
من متوجه نشدم
ولی شما می تونید فایلی به نام لوپ بسازید Loop بسازید و ازش بهره ببرید
loop چیکار میکنه؟
من منظورم اینه مثلا
<?php
if ( function_exists('register_sidebar') )
register_sidebar(array('name'=>'left',
'before_widget' => '<div class="sidebar-box">',
'after_widget' => '</DIV>
<DIV class=sidebar-box-footer></div>
</div>
',
'before_title' => '<H3><div class="title">',
'after_title' => '</div></H3>
<DIV class=sidebar-box-content>',
));
?>
وقتی در این قسمت ویرایشی ایجاد میکنیم در قسمت سمت چت sidebar تغییرات ایجاد میشه و
<?php
if ( function_exists('register_sidebar') )
register_sidebar(array('name'=>'right',
'before_widget' => '<div class="sidebar-box">',
'after_widget' => '</DIV>
<DIV class=sidebar-box-footer></div>
</div>
',
'before_title' => '<H3><div class="title">',
'after_title' => '</div></H3>
<DIV class=sidebar-box-content>',
));
?>
در قسمت سمت راست