language: PHP
licence: BSD
WORDPRESS: IF IN CATEGORY
<?php if (in_category('events')) : ?>
<div class='eventinfo'>
<h2>Event Details</h2>
<?php the_meta(); ?>
</div>
<?php endif; ?>
<?php if (in_category('events')) : ?>
<div class='eventinfo'>
<h2>Event Details</h2>
<?php the_meta(); ?>
</div>
<?php endif; ?>