Created
May 30, 2014 19:21
-
-
Save dcooney/4d07ff95f7274f38fd3a to your computer and use it in GitHub Desktop.
Query by Author ID
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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