2010-09-24, 04:31:06
Another way: edit template.php, change this line:
to:
Code:
<?php get_component('sidebar'); ?>
Code:
<?php if (return_page_slug()=='index') { get_component('sidebar'); } ?>