$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ış.