Skip to content

Instantly share code, notes, and snippets.

@ramzesimus
Created February 13, 2014 10:45
Show Gist options
  • Save ramzesimus/8973051 to your computer and use it in GitHub Desktop.
Save ramzesimus/8973051 to your computer and use it in GitHub Desktop.
PHP: Category Title
<h1 class="page-title"><?php
printf( __( 'Category Archives: %s', 'twentyten' ), '<span>' . single_cat_title( '', false ) . '</span>' );
?></h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment