Coda Clips

Single Category Title

<?php single_cat_title('prefix', 'display'); ?>

Added to by Andy Lobban

Install Clip


Category Description

<?php category_description(category); ?>

Added to by Andy Lobban

Install Clip


Returns true if the current post is in the specified Category

<?php if ( in_category('category_id') ): ?>
  // Some category specific PHP/HTML here
<?php endif; ?>

Added to by Andy Lobban

Install Clip


Get The Category

<?php
foreach((get_the_category()) as $category) { 
    echo $category->cat_name . ' '; 
} 
?>

Added to by Andy Lobban

Install Clip


Sponsored Links: