mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
9 lines
263 B
PHP
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(); ?>
|