wordpress/php-fpm/wordpress_files/themes/origami/index.php
2020-05-22 01:40:23 +00:00

9 lines
263 B
PHP

<?php get_header(); ?>
<div id="content"><?php get_template_part( 'loop', 'index' ); ?></div>
<div id="posts-nav">
<?php posts_nav_link( '', esc_html__( 'Newer Entries', 'origami' ), esc_html__( 'Older Entries', 'origami' ) ); ?>
</div>
<?php get_footer(); ?>