Files
Antikythera/nav.php
2018-03-03 22:06:18 -05:00

6 lines
158 B
PHP
Executable File

<nav id="page-nav">
<?php next_posts_link( 'Older posts' ); ?>
<?php previous_posts_link( 'Newer posts' ); ?>
</nav>