hi,
i wanna try this code,
<?php if (in_category('Category', $id)) { ?>
No dynamic sidebar shown.
<?php }else{ ?>
<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?><?php endif; ?>
<?php } ?>
But, to which file i will add this code? To, index.php or page.php
thanx for your help