DIR: /var/www/2of3/wp-content/themes/page_template_1747135770/ |
Current File : /var/www/2of3/wp-content/themes/page_template_1747135770/nav-below.php |
<?php $args = array( 'prev_text' => sprintf( esc_html__( '%s older', 'blankslate' ), '<span class="meta-nav">←</span>' ), 'next_text' => sprintf( esc_html__( 'newer %s', 'blankslate' ), '<span class="meta-nav">→</span>' ) ); the_posts_navigation( $args ); |