Make WordPress Core


Ignore:
Timestamp:
11/12/2009 09:54:12 PM (15 years ago)
Author:
markjaquith
Message:

Revert [12133] — remove post image support from Default theme. Too hokey.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/index.php

    r12133 r12180  
    1818
    1919                <div class="entry">
    20                     <?php if ( has_post_image() ) : ?>
    21                         <a href="<?php the_permalink(); ?>"><?php the_post_image( array( 75, 75 ), array( 'class' => 'alignleft' ) ); ?></a>
    22                     <?php endif; ?>
    2320                    <?php the_content('Read the rest of this entry &raquo;'); ?>
    2421                </div>
Note: See TracChangeset for help on using the changeset viewer.