- Timestamp:
- 10/16/2013 03:46:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php
r25769 r25804 28 28 $image = array_shift( $images ); 29 29 echo wp_get_attachment_image( $image->ID, 'featured-thumbnail-featured' ); 30 31 else : ?>32 <img class="featured-thumbnail-featured" src="<?php echo get_template_directory_uri(); ?>/images/placeholder.png" alt="" /><?php33 34 30 endif; 35 31 endif; … … 47 43 <?php the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); ?> 48 44 </header><!-- .entry-header --> 49 50 <div class="entry-summary">51 <?php the_excerpt(); ?>52 </div><!-- .entry-summary -->53 45 </div> 54 46 </article><!-- #post-## -->
Note: See TracChangeset
for help on using the changeset viewer.