Skip to content

Instantly share code, notes, and snippets.

@dcooney
Created May 30, 2014 19:21
Show Gist options
  • Save dcooney/4d07ff95f7274f38fd3a to your computer and use it in GitHub Desktop.
Save dcooney/4d07ff95f7274f38fd3a to your computer and use it in GitHub Desktop.
Query by Author ID
<?php
$author = get_the_author_meta('ID');
echo do_shortcode('[ajax_load_more author="'.$author.'"]');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment