Changeset 18218
- Timestamp:
- 06/09/2011 04:53:01 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
r18216 r18218 54 54 // The Featured Posts query. 55 55 $featured = new WP_Query( $featured_args ); 56 57 // Proceed only if published posts exist 58 if ( $featured->have_posts() ) : 56 59 57 60 /** … … 152 155 <?php endif; // End check for more than one sticky post. ?> 153 156 </div><!-- .featured-posts --> 157 <?php endif; // End check for published posts. ?> 154 158 <?php endif; // End check for sticky posts. ?> 155 159
Note: See TracChangeset
for help on using the changeset viewer.