Skip to content

Instantly share code, notes, and snippets.

@dcooney
Last active August 29, 2015 14:02
Show Gist options
  • Save dcooney/fc4276bebbdd05af64d1 to your computer and use it in GitHub Desktop.
Save dcooney/fc4276bebbdd05af64d1 to your computer and use it in GitHub Desktop.
Query by Tag
<?php
$tag = get_query_var('tag');
echo do_shortcode('[ajax_load_more tag="'.$tag.'"]');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment