Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test

// WP_Query arguments
$args = array(
	'cat'                    => '1',
	'order'                  => 'ASC',
);

// The Query
$query = new WP_Query( $args );