Skip to content

Instantly share code, notes, and snippets.

@jessijean
Created October 30, 2013 00:54
Show Gist options
  • Save jessijean/7225441 to your computer and use it in GitHub Desktop.
Save jessijean/7225441 to your computer and use it in GitHub Desktop.
global $paged;
$temp = $wp_query;
$wp_query = null;
$wp_query = new WP_Query( array( 'meta_key' => 'wpcf-gender', 'meta_value' => '1', 'meta_compare' => '==', 'post_type' => 'profile','posts_per_page' => 2, 'paged' => $paged ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment