groups

info


tags: wordpress

Link to this snippet:


Download to Code Collector

language: PHP
licence: BSD

WORDPRESS: IF IN CATEGORY

options: send to code collectorview all maeghan's snippets
<?php if (in_category('events')) : ?> 
	<div class='eventinfo'> 
		<h2>Event Details</h2>
		<?php the_meta(); ?>
	</div>
<?php endif; ?>