Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Posts by ACF Relationship

still working on this

// WP_Query arguments
$args = array(
	'post_type'              => array( 'projects' ),
	'post_status'            => array( 'publish' ),
);

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