Changeset 12133 for trunk/wp-content/themes/default/index.php
- Timestamp:
- 11/01/2009 08:12:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/index.php
r12038 r12133 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; ?> 20 23 <?php the_content('Read the rest of this entry »'); ?> 21 24 </div>
Note: See TracChangeset
for help on using the changeset viewer.