Changeset 25746 for trunk/src/wp-content/themes/twentyeleven/showcase.php
- Timestamp:
- 10/09/2013 08:38:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/showcase.php
r25625 r25746 27 27 28 28 <?php 29 /* *29 /* 30 30 * We are using a heading by rendering the_content 31 31 * If we have content for this page, let's display it. … … 38 38 39 39 <?php 40 /* *40 /* 41 41 * Begin the featured posts section. 42 42 * … … 62 62 if ( $featured->have_posts() ) : 63 63 64 /* *64 /* 65 65 * We will need to count featured posts starting from zero 66 66 * to create the slider navigation. … … 85 85 $counter_slider++; 86 86 87 /* *87 /* 88 88 * We're going to add a class to our featured post for featured images 89 89 * by default it'll have the feature-text class. … … 109 109 110 110 <?php 111 /* *111 /* 112 112 * If the thumbnail is as big as the header image 113 113 * make it a large featured post, otherwise render it small
Note: See TracChangeset
for help on using the changeset viewer.