'below_content', 'container' => false, 'menu_class' => 'menu_below_content', 'walker' =>new Achilles_Walker_Nav_Primary ); wp_nav_menu( $args ); } ?> 2, 'prev_text' => __( 'Next', 'achilles' ), 'prev_text' => __( 'Prev', 'achilles' ), ); $pagination = get_the_posts_pagination(); ?>
'

' . __( 'Pages:', 'achilles' ), 'after' => '

', 'link_before' => '', 'link_after' => '', 'next_or_number' => 'number', 'separator' => ' ', 'nextpagelink' => __( 'Next page', 'achilles' ), 'previouspagelink' => __( 'Previous page', 'achilles' ), 'pagelink' => '%', 'echo' => 1 ); wp_link_pages( $defaults ); ?>