Make WordPress Core

Ticket #5687: archive.php.diff

File archive.php.diff, 451 bytes (added by takayukister, 19 years ago)
  • wp-content/themes/default/archive.php

     
    11<?php get_header(); ?>
    22
    33        <div id="content" class="narrowcolumn">
    4 <?php is_tag(); ?>
     4
    55                <?php if (have_posts()) : ?>
    66
    77          <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>