Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Wpis

// WP_Query arguments
$args = array (
	'page_id'                => '35',
	'post_type'              => array( 'page' ),
	'cat'                    => '2',
	'posts_per_page'         => '1',
);

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