Changeset 2377 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/index.php
- Timestamp:
- 01/26/2016 11:48:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/index.php
r2376 r2377 10 10 query_posts("showposts=" . $num_posts . "&post_type=post&post_status=publish" . $offset); 11 11 ?> 12 12 13 13 <?php if ( have_posts() ) : ?> 14 14 <?php while ( have_posts() ) : the_post(); ?> … … 16 16 <?php the_date('', '<h4>', '</h4>'); ?> 17 17 <div class="storycontent"><a href='<?php the_permalink(); ?>' title='<?php the_title_attribute(); ?>'><?php the_title(); ?></a></div> 18 18 19 19 <?php endwhile; // have_posts ?> 20 20 <?php if ( 1 != $wp_query->max_num_pages || function_exists( 'wp_page_numbers' ) ) { wp_page_numbers(); } ?> 21 21 22 22 <?php else : // have_posts ?> 23 23 24 24 <p><?php _e( 'Sorry, no sites in the Showcase matched your criteria.', 'wporg-showcase' ); ?></p> 25 25 26 26 <?php endif; ?> 27 27
Note: See TracChangeset
for help on using the changeset viewer.