- Timestamp:
- 02/18/2018 12:43:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/blogs/blogs-loop.php
r11855 r11861 16 16 <ul id="blogs-list" class="<?php bp_nouveau_loop_classes(); ?>"> 17 17 18 <?php while ( bp_blogs() ) : bp_the_blog(); ?> 18 <?php 19 while ( bp_blogs() ) : 20 bp_the_blog(); 21 ?> 19 22 20 <li <?php bp_blog_class( array( 'item-entry' ) ) ?>>23 <li <?php bp_blog_class( array( 'item-entry' ) ); ?>> 21 24 <div class="list-wrap"> 22 25 … … 34 37 35 38 <?php if ( bp_nouveau_blog_has_latest_post() ) : ?> 36 <p class="meta last-post">39 <p class="meta last-post"> 37 40 38 <?php bp_blog_latest_post(); ?>41 <?php bp_blog_latest_post(); ?> 39 42 40 </p>43 </p> 41 44 <?php endif; ?> 42 45 … … 60 63 <?php bp_nouveau_pagination( 'bottom' ); ?> 61 64 62 <?php 63 else : 65 <?php else : ?> 64 66 65 67 bp_nouveau_user_feedback( 'blogs-loop-none' ); 66 68 67 endif; 68 ?> 69 <?php endif; ?> 69 70 70 <?php bp_nouveau_after_loop(); ?> 71 <?php 72 bp_nouveau_after_loop();
Note: See TracChangeset
for help on using the changeset viewer.