Browse Source

Updated category.php

main
Kenneth John Odle 3 years ago
parent
commit
88918f050c
  1. 4
      category.php

4
category.php

@ -5,7 +5,7 @@
* Displays category archives.
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package Atticus Finch
* @package Portage
*/
get_header();
@ -17,7 +17,7 @@ get_header();
<div id="archive-title">
<h2>
<?php
printf( __( 'Posts contained in the &ldquo;<span>%s</span>&rdquo; category:', 'atticus-finch' ), single_cat_title( '', false ) );
printf( __( 'Posts contained in the &ldquo;<span>%s</span>&rdquo; category:', 'portage' ), single_cat_title( '', false ) );
?>
</h2>
<?php

Loading…
Cancel
Save