Changeset 12180
- Timestamp:
- 11/12/2009 09:54:12 PM (15 years ago)
- Location:
- trunk/wp-content/themes/default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/archive.php
r12133 r12180 41 41 42 42 <div class="entry"> 43 <?php if ( has_post_image() ) : ?>44 <a href="<?php the_permalink(); ?>"><?php the_post_image( array( 75, 75 ), array( 'class' => 'alignleft' ) ); ?></a>45 <?php endif; ?>46 43 <?php the_content() ?> 47 44 </div> -
trunk/wp-content/themes/default/functions.php
r12133 r12180 17 17 )); 18 18 } 19 20 if ( function_exists( 'add_theme_support' ) )21 add_theme_support( 'post-thumbnails' );22 19 23 20 /** @ignore */ -
trunk/wp-content/themes/default/index.php
r12133 r12180 18 18 19 19 <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; ?>23 20 <?php the_content('Read the rest of this entry »'); ?> 24 21 </div>
Note: See TracChangeset
for help on using the changeset viewer.