Changeset 7541 for trunk/wp-content/themes/default/image.php
- Timestamp:
- 03/27/2008 12:13:14 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/image.php
r7520 r7541 8 8 <h2><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php echo get_the_title($post->post_parent); ?></a> » <?php the_title(); ?></h2> 9 9 <div class="entry"> 10 <p class="attachment"><?php echo wp_get_attachment_link(0, 'medium', false); ?></p> 10 <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 <div class="caption"><?php if ( !empty($post->post_excerpt) ) the_excerpt(); // this is the "caption" ?></div> 11 12 12 13 <?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?> 13 14 <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>15 14 16 15 <div class="navigation">
Note: See TracChangeset
for help on using the changeset viewer.