'xarxaprod-convo',
'posts_per_page' => '3',
'meta_query' => array(
array(
'key' => 'xxp_convo_espai_associat', // name of the custom field
'value' => '"' . get_the_ID() . '"', // in ACF select Return format "Post ID"
'compare'=> 'LIKE', // matches exaclty "123", not just 123. This prevents a match for "1234"
)
)
)
);
?>
array( 'xarxaprod-convo' ),
'posts_per_page' => '3'
) );
?>
have_posts() ) : ?>
have_posts() ) : $convos_query->the_post(); ?>
No convos