Changeset 47122 for trunk/src/wp-content/themes/twentyten/loop.php
- Timestamp:
- 01/29/2020 12:43:23 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop.php
r45932 r47122 20 20 ?> 21 21 22 <?php / * Display navigation to next/previous pages when applicable */?>22 <?php // Display navigation to next/previous pages when applicable. ?> 23 23 <?php if ( $wp_query->max_num_pages > 1 ) : ?> 24 24 <div id="nav-above" class="navigation"> … … 95 95 ?> 96 96 </em></p> 97 <?php endif; // end twentyten_get_gallery_images() check?>97 <?php endif; // End twentyten_get_gallery_images() check. ?> 98 98 <?php the_excerpt(); ?> 99 99 <?php endif; ?> … … 198 198 <?php endif; // This was the if statement that broke the loop into three parts based on categories. ?> 199 199 200 <?php endwhile; // End the loop. Whew. ?>201 202 <?php / * Display navigation to next/previous pages when applicable */?>200 <?php endwhile; // End of the loop. Whew. ?> 201 202 <?php // Display navigation to next/previous pages when applicable. ?> 203 203 <?php if ( $wp_query->max_num_pages > 1 ) : ?> 204 204 <div id="nav-below" class="navigation">
Note: See TracChangeset
for help on using the changeset viewer.