The following is a conditional to do something if the post is contained within wither of these three categories: <?php if (in_category( array( gallery,this,another ) )) { echo 'BINGO!!';} ?>