Created
July 5, 2018 20:29
-
-
Save oneberto/061155e36a2c1bb3e75271be81c07268 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php get_header(); ?> | |
<div class="container" style="margin-top: 2rem;"> | |
<?php get_template_part('loop'); ?> | |
<?php get_template_part('pagination'); ?> | |
</div> | |
<?php get_footer(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment