Skip to content

Instantly share code, notes, and snippets.

@oneberto
Created July 5, 2018 20:29
Show Gist options
  • Save oneberto/061155e36a2c1bb3e75271be81c07268 to your computer and use it in GitHub Desktop.
Save oneberto/061155e36a2c1bb3e75271be81c07268 to your computer and use it in GitHub Desktop.
<?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