I have following code:
$posts = get_posts(array(
"meta_key" => "special",
"meta_value" => "surprise",
// "has_post_thumbnail" => true, // how to do that?
));
What should I do to select posts having post thumbnails?
|
I have following code:
What should I do to select posts having post thumbnails? |
|||
|
|
|
The thumbnail is stored as a meta with a key of
|
|||
|
|