Changeset 12133 for trunk/wp-content/themes/default/archive.php
- Timestamp:
- 11/01/2009 08:12:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/archive.php
r10945 r12133 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; ?> 43 46 <?php the_content() ?> 44 47 </div>
Note: See TracChangeset
for help on using the changeset viewer.