Changeset 12038 for trunk/wp-content/themes/default/index.php
- Timestamp:
- 10/15/2009 02:20:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/index.php
r12036 r12038 18 18 19 19 <div class="entry"> 20 <?php if ( has_post_image() ) : ?>21 <p class="post-thumbnail"><?php the_post_image( array( '150', '150') ) ?></p>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.