Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Last active April 3, 2019 13:12
Show Gist options
  • Save ABooooo/1d458929a9a550c83a65f15f276cdf56 to your computer and use it in GitHub Desktop.
Save ABooooo/1d458929a9a550c83a65f15f276cdf56 to your computer and use it in GitHub Desktop.
$argsref = array(
'post_type' => 'referenz',
'posts_per_page' => -1,
'meta_query' => array(
'key' => 'kp_referenz_featured', //checkbox created with acf
'value' => '1' // check if true
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment