hocam merhaba maalesef tema görüntü sayısı tutmuyor ve kullandığım eklentide veriyi dışardan aldığı için metası yok özel alanlarda. haliyle api üzerinden entegre etmem gerekiyor.
eklenti sahibi ile görüştüm bana şu şekilde bir yanıt verdi.
Please check out our widget code https://github.com/pressjitsu/pagevi...widget.php#L49 it contains an extensive example of how you would do this. You cannot do 'orderby' via query_posts/get_posts, because the numbers are stored in the API, instead you have to query the API for the counts for the posts you want to look at and then sort in PHP. Does this make sense?
uckan adlı üyeden alıntı: mesajı görüntüle
5. satır;
$args = array('orderby' => 'meta_value_num', 'meta_key' => 'okunma_meta_keyi_buraya', 'order' => 'desc', 'posts_per_page' => $instance['popular_num_of_posts']);
meta_key kısmına okunma sayısını tutan meta anahtarını yazacaksınız, bunu öğrenmek için herhangi bir yazının özel alanlar kısmını kontrol etmeniz gerekiyor.