More than 2 sidebar
Posted: Tue May 17, 2011 6:09 pm
Can I get more sidebars in theme, even without d&d blocks placements (I'll agree to edit smth. by hand to add block in additional sidebar)?
Code: Select all
<?php
$template_config = array(
array(
'var' => 'sidebars',
'name' => 'Sidebars',
'type' => 'hidden',
'value' => 'my_unique_sidebar,left,right,hide',
)
);Code: Select all
{serendipity_printSidebar side="my_unique_sidebar" template="my_unique_sidebar.tpl.tpl"}