- Timestamp:
- 02/28/2019 06:36:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptvblog2/pagination.php
r6409 r8370 6 6 */ 7 7 8 if ( $wp_query->max_num_pages > 1 ) : 9 ?> 10 <div class="pagination"> 11 <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'wptv' ) ); ?></div> 12 <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'wptv' ) ); ?></div> 13 </div> 14 <?php 15 endif; 8 the_posts_pagination( array( 9 'prev_text' => __( '<span class="meta-nav">←</span> Newer posts', 'wptv' ), 10 'next_text' => __( 'Older posts <span class="meta-nav">→</span>', 'wptv' ), 11 ) );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)