Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

company

// WP_Query arguments
$args = array(
	'page_id'                => '6',
	'post_type'              => array( 'companies' ),
	'post_status'            => array( 'publish' ),
	'order'                  => 'DESC',
);

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