- Timestamp:
- 12/28/2011 07:37:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/page-topics-no-replies.php
r3302 r3651 25 25 <?php the_content(); ?> 26 26 27 < ?php bbp_breadcrumb(); ?>27 <div id="bbpress-forums"> 28 28 29 <?php bbp_set_query_name( 'bbp_no_replies'); ?>29 <?php bbp_breadcrumb(); ?> 30 30 31 <?php if ( bbp_has_topics( array( 'meta_key' => '_bbp_reply_count', 'meta_value' => '1', 'meta_compare' => '<', 'orderby' => 'date', 'show_stickies' => false ) ) ) :?>31 <?php bbp_set_query_name( 'bbp_no_replies' ); ?> 32 32 33 <?php bbp_get_template_part( 'bbpress/pagination', 'topics' );?>33 <?php if ( bbp_has_topics( array( 'meta_key' => '_bbp_reply_count', 'meta_value' => '1', 'meta_compare' => '<', 'orderby' => 'date', 'show_stickies' => false ) ) ) : ?> 34 34 35 <?php bbp_get_template_part( 'bbpress/loop','topics' ); ?>35 <?php bbp_get_template_part( 'bbpress/pagination', 'topics' ); ?> 36 36 37 <?php bbp_get_template_part( 'bbpress/pagination','topics' ); ?>37 <?php bbp_get_template_part( 'bbpress/loop', 'topics' ); ?> 38 38 39 <?php else :?>39 <?php bbp_get_template_part( 'bbpress/pagination', 'topics' ); ?> 40 40 41 <?php bbp_get_template_part( 'bbpress/feedback', 'no-topics' );?>41 <?php else : ?> 42 42 43 <?php endif; ?>43 <?php bbp_get_template_part( 'bbpress/feedback', 'no-topics' ); ?> 44 44 45 <?php bbp_reset_query_name(); ?>45 <?php endif; ?> 46 46 47 <?php bbp_reset_query_name(); ?> 48 49 </div> 47 50 </div> 48 51 </div><!-- #topics-front -->
Note: See TracChangeset
for help on using the changeset viewer.