| name | language | licence |
|---|---|---|
| Untitled Snippet | PHP | BSD |
| WORDPRESS ALIGN | PHP | BSD |
| AS3: STREAMING MP3 PLAYER USING FLASH MEDIA SERVER 2 | PHP | BSD |
| Display Most Recent Twitter Entry | PHP | BSD |
| WORDPRESS: IF IN CATEGORY | PHP | BSD |
| Display Categories in Drop-Down Box | PHP | BSD |
| Display Categories | PHP | BSD |
| Display Gravatars (WordPress 2.5+ Only) | PHP | BSD |
< 1 2 3 4 5 6 7 8 9 10 11 12 >
language: PHP
licence: BSD
WORDPRESS: IF IN CATEGORY
options: view full snippet • send to code collector
<?php if (in_category('events')) : ?>
<div class='eventinfo'>
<h2>Event Details</h2>
<?php the_meta(); ?>
</div>
<?php endif; ?>



library
buttons (3)
wp (93)