Changeset 92
- Timestamp:
- 10/07/2013 04:31:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/front-page.php
r90 r92 9 9 <h2 class="section-title"><?php _e( 'There are many different ways for you to get involved with WordPress:', 'make-wporg' ); ?></h2> 10 10 11 <?php $sites_query = new WP_Query( 'post_type=make_site&posts_per_page=-1 ' ); ?>11 <?php $sites_query = new WP_Query( 'post_type=make_site&posts_per_page=-1&order=ASC' ); ?> 12 12 <?php while( $sites_query->have_posts() ) : $sites_query->the_post(); ?> 13 13 <article id="site-<?php the_ID(); ?>" <?php post_class(); ?>>
Note: See TracChangeset
for help on using the changeset viewer.