Changeset 8999 for trunk/wp-content/themes/default/image.php
- Timestamp:
- 09/27/2008 09:49:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/image.php
r7541 r8999 1 <?php get_header(); ?> 1 <?php 2 /** 3 * @package WordPress 4 * @subpackage Default_Theme 5 */ 6 7 get_header(); 8 ?> 2 9 3 10 <div id="content" class="widecolumn"> … … 9 16 <div class="entry"> 10 17 <p class="attachment"><a href="<?php echo wp_get_attachment_url($post->ID); ?>"><?php echo wp_get_attachment_image( $post->ID, 'medium' ); ?></a></p> 11 18 <div class="caption"><?php if ( !empty($post->post_excerpt) ) the_excerpt(); // this is the "caption" ?></div> 12 19 13 20 <?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
Note: See TracChangeset
for help on using the changeset viewer.