This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php //<~ don't add me in | |
add_shortcode( 'tl_related_lights', 'tl_related_lights_relationship' ); // Add your shortcode here | |
// Add Relationship field between same CPT | |
function tl_related_lights_relationship() { | |
ob_start(); | |
$posts = get_field('relationship_field_name'); // Add your ACF field in here |