Ticket #4506: archive.php.patch
File archive.php.patch, 867 bytes (added by , 18 years ago) |
---|
-
wp-content/themes/default/archive.php
8 8 <?php /* If this is a category archive */ if (is_category()) { ?> 9 9 <h2 class="pagetitle">Archive for the ‘<?php single_cat_title(); ?>’ Category</h2> 10 10 <?php /* If this is a tag archive */ } elseif( is_tag() ) { ?> 11 <h2 class="pagetitle">Posts Tagged ‘<?php single_ cat_title(); ?>’</h2>11 <h2 class="pagetitle">Posts Tagged ‘<?php single_tag_title(); ?>’</h2> 12 12 <?php /* If this is a daily archive */ } elseif (is_day()) { ?> 13 13 <h2 class="pagetitle">Archive for <?php the_time('F jS, Y'); ?></h2> 14 14 <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>