Skip to content

Instantly share code, notes, and snippets.

@williamsba
Created January 4, 2013 15:49
Show Gist options
  • Save williamsba/4453609 to your computer and use it in GitHub Desktop.
Save williamsba/4453609 to your computer and use it in GitHub Desktop.
$args = array(
'author' => $current_user->ID,
'post_type' => 'gws-idea-entries',
'meta-key' => 'idea-entry-post-id',
'meta_value' => absint( $idea_board_id ),
'posts_per_page' => '-1'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment