I just don’t understand where to use get_terms for example to query the posts with the same taxonomy.
I tried to see what get_terms does in my single.php file and it does nothing or it echoes ‘Array’
$myterms = get_terms(‘course’, ‘orderby=count&hide_empty=0’);
echo $myterms;
There’s nothing like wp_get_post_taxonomy( $post->ID ); by chance?
I looked for days and I can’t find anything. Even plugin for related posts don’t work with custom taxonomy.
I keep looking.
Thanks.