Skip to content

Instantly share code, notes, and snippets.

@rmccue
Created August 3, 2010 21:13
Show Gist options
  • Select an option

  • Save rmccue/507168 to your computer and use it in GitHub Desktop.

Select an option

Save rmccue/507168 to your computer and use it in GitHub Desktop.
(WordPress) Get posts filtered by meta key
<?php
$posts = get_posts( 'post_type=any&meta_key=producer&meta_value=' . $producer_id );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment