Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hawkidoki/1a2cce28f17258e6164e307779111015 to your computer and use it in GitHub Desktop.
Save hawkidoki/1a2cce28f17258e6164e307779111015 to your computer and use it in GitHub Desktop.
<?php get_header(); ?>
<?php if(have_posts()): ?>
<?php while(have_posts()): the_post(); ?>
<?php hwk_ajax_template('hwk_ajax_heavy_query'); ?>
<?php hwk_ajax_template('hwk_ajax_heavy_query_post'); ?>
<?php endwhile; ?>
<?php endif; ?>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment