Skip to content

Instantly share code, notes, and snippets.

@jimmyandrade
Last active March 17, 2017 17:46
Show Gist options
  • Save jimmyandrade/ef967a5ef59059380f36 to your computer and use it in GitHub Desktop.
Save jimmyandrade/ef967a5ef59059380f36 to your computer and use it in GitHub Desktop.
Author like get posts example
<?php
global $wp_query;
$args = apply_filters( 'author_like_get_posts', $wp_query->query_vars );
query_posts( $args );
get_header();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment