' . __('Pages:','azakios'), 'after' => '
', 'next_or_number' => 'number', 'separator' => ' ', 'nextpagelink' => __('Next page','azakios'), 'previouspagelink' => __('Previous page','azakios'), 'pagelink' => '%', 'echo' => 1 ); wp_link_pages($args); // Pagination the_posts_pagination(array( 'prev_text' => __('Previous', 'azakios'), 'next_text' => __('Next', 'azakios'), )); // Closing tags and scripts wp_footer(); get_footer(); else : echo 'There are no pages!
'; endif; ?>