How can i order by existence of thumbnail in Wordpress? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . My client asked me to order the posts by thumbnail, so I need to sort the post first with the thumbnail, then after without the thumbnail. Here is my code: $the_query = new WP_Query(array( 'post_type' => 'veiculos', 'posts_per_page'=> -1, 'meta_key' => '_thumbnail_id', 'orderby' => 'meta_value_num', 'order' =>