Last active
April 3, 2019 13:12
-
-
Save ABooooo/1d458929a9a550c83a65f15f276cdf56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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