$args = array(
'nopaging' => true,
'ignore_sticky_posts' => false,
'order' => 'ASC',
);
// The Query
$query = new WP_Query( $args );
// The Loop
if ( $query->have_posts() ) {
while ( $query->have_posts() ) {
$query->the_post(); ?>
ID), 'thumbnail' ); ?>
}
} else {
// no posts found
}
// Restore original Post Data
wp_reset_postdata();
?>
Html css sana kalmış.
Hocam sağolun kod istediğim gibi sadece order kısmını desc yaptım istediğim şekil oldu. sadece thumbnailler çok orantısız, biri büyük biri kucuk hepsini aynı ölçüde yapmamın bir yolu var mı ?