13 lines
193 B
PHP
13 lines
193 B
PHP
<?php get_header();?>
|
|
|
|
<!-- section -->
|
|
<section id="content">
|
|
|
|
<?php get_template_part('loop');?>
|
|
|
|
<?php get_template_part('loadmore');?>
|
|
|
|
</section>
|
|
<!-- /section -->
|
|
|
|
<?php get_footer();?>
|