Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

company

// WP_Query arguments
$args = array(
	'post_type'              => array( 'company' ),
);

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