Showing posts with thumbnails first
-
Dear WordPress gurus,
Maybe some of you have idea how to get all posts and sort them in a way that ones with thumbnail go first. And all posts without thumbnail go to the end.
After hours of research I came to the following examples, but they don’t help.$args = array('orderby' => array('_thumbnail_id' => 'DESC'));
This example won’t sort$args = array('meta_key' => '_thumbnail_id', 'order' => 'DESC');
This example excludes all posts without thumbail at all
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Showing posts with thumbnails first’ is closed to new replies.