<?php if (is_category() && !is_paged()) { ?> <div class="stuff"> blah blah </div> or <?php include (TEMPLATEPATH . '/showdiv.html'); ?> <?php } ?>