Changeset 18276 for trunk/wp-content/themes/twentyeleven/showcase.php
- Timestamp:
- 06/11/2011 03:44:06 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyeleven/showcase.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/showcase.php
r18269 r18276 55 55 // The Featured Posts query. 56 56 $featured = new WP_Query( $featured_args ); 57 57 58 58 // Proceed only if published posts exist 59 59 if ( $featured->have_posts() ) : … … 99 99 100 100 <section class="featured-post <?php echo $feature_class; ?>" id="featured-post-<?php echo $counter_slider; ?>"> 101 101 102 102 <?php 103 103 /**
Note: See TracChangeset
for help on using the changeset viewer.