Konu
Wordpress Son Yazıları Kodla Gösterme
24-01-2016, 21:39:43
#4
McCoy
sakarya adlı üyeden alıntı:
mesajı görüntüle
get_posts( array( 'post__not_in' => get_option( 'sticky_posts' ), 'posts_per_page' => 10, 'orderby' => 'post_date, 'order' => 'DESC' ) );
kodu böyle yazarsanız çalışması lazım..
Sagolun hocam