5 lines
82 B
PHP
5 lines
82 B
PHP
<?php get_header(); ?>
|
|
|
|
<?php require('post-loop.php'); ?>
|
|
|
|
<?php get_footer(); ?>
|