Skip to content

Instantly share code, notes, and snippets.

@tubiz
Created September 24, 2012 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tubiz/3778073 to your computer and use it in GitHub Desktop.
Save tubiz/3778073 to your computer and use it in GitHub Desktop.
$paged = get_query_var ('paged');
$args = array( 'post_type' => array('post'),'paged' => $paged, 'caller_get_posts' => 1, 'post__not_in' => get_option('sticky_posts') );
$loop = new WP_Query( $args );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment