Skip to content

Instantly share code, notes, and snippets.

@dcooney
Last active September 9, 2017 01:00
Show Gist options
  • Save dcooney/ae4caec3f9061dd47627 to your computer and use it in GitHub Desktop.
Save dcooney/ae4caec3f9061dd47627 to your computer and use it in GitHub Desktop.
Query by Category Ajax Load More
<?php
$cat = get_query_var('cat');
$category = get_category ($cat);
echo do_shortcode('[ajax_load_more seo="true" category="'.$category->slug.'"]');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment