How to get the relationship between two custom post types into my theme?
-
I need to show in, event_custom_post_type, the related artists_custom_post_type, the same way I do with terms.
<?php $artists = get_the_terms( $post->ID, ‘artistas’ ); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to get the relationship between two custom post types into my theme?’ is closed to new replies.