function exclude_category($query){$query->set('cat','-63')}add_action('pre_get_posts','exclude_category');