<?php if (is_category(array(1, 2))) { echo "aaa"; } elseif (is_category(array(7, 8))) { echo "bbb"; }else { echo "cccc"; } ?>