Lo e colocado de esta forma:
Código PHP:
<?php if(is_category('-21')){ ?>
<section id="contenido-right">
<?php get_sidebar(); ?>
</section>
<?php } ?>
Código PHP:
<?php if(in_category('-21')){ ?>
<section id="contenido-right">
<?php get_sidebar(); ?>
</section>
<?php } ?>