Making WordPress.org


Ignore:
Timestamp:
04/05/2016 04:05:02 PM (9 years ago)
Author:
kovshenin
Message:

WordCamp.org: Reintegrate application-tracking branch into trunk.

Location:
sites/trunk/wordcamp.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org

  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/template-schedule.php

    r1658 r2898  
    1111        <div id="container" class="wc-schedule">
    1212            <div id="content" role="main">
    13                
     13
    1414                <?php if ( have_posts() ) : the_post(); ?>
    1515
     
    2222
    2323                <?php endif; // end of the loop. ?>
    24                
     24
    2525                    <?php // Get the upcoming approved (published) WordCamps
    2626                    if ( function_exists( 'wcpt_has_wordcamps' ) &&
    2727                        wcpt_has_wordcamps( array(
     28                            'post_status' => WordCamp_Loader::get_public_post_statuses(),
    2829                            'posts_per_page' => -1,
    2930                            'meta_key'       => 'Start Date (YYYY-mm-dd)',
     
    3536                                'compare'    => '>'
    3637                            ) )
    37                         ) ) 
     38                        ) )
    3839                    ) :
    3940                    ?>
     
    4142                    <ul class="wc-schedule-list">
    4243                    <?php while ( wcpt_wordcamps() ) : wcpt_the_wordcamp(); ?>
    43                        
     44
    4445                        <li>
    4546                            <a href="<?php echo esc_url( wcpt_get_wordcamp_url() ); ?>">
     
    4950                                    <div class="wc-image wp-post-image wordcamp-placeholder-thumb" title="<?php the_title(); ?>"></div>
    5051                                <?php endif; ?>
    51                                
     52
    5253                                <h2 class="wc-title"><?php wcpt_wordcamp_title(); ?></h2>
    5354                                <span class="wc-country"><?php wcpt_wordcamp_location(); ?></span>
     
    7778        </div><!-- #container -->
    7879
    79 <?php 
    80     get_sidebar( 'schedule' ); 
     80<?php
     81    get_sidebar( 'schedule' );
    8182    get_footer();
Note: See TracChangeset for help on using the changeset viewer.