Making WordPress.org

Changeset 92


Ignore:
Timestamp:
10/07/2013 04:31:47 PM (12 years ago)
Author:
Otto42
Message:

Reverse the order of the sites displayed. see #116

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/front-page.php

    r90 r92  
    99        <h2 class="section-title"><?php _e( 'There are many different ways for you to get involved with WordPress:', 'make-wporg' ); ?></h2>
    1010
    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' ); ?>
    1212        <?php while( $sites_query->have_posts() ) : $sites_query->the_post(); ?>
    1313            <article id="site-<?php the_ID(); ?>" <?php post_class(); ?>>
Note: See TracChangeset for help on using the changeset viewer.