Hi,
I have a custom post type and I would like to show related posts using categories. I tried doing something like this http://pastebin.com/kY4M38zn but I can’t get it to work.
Hey!
For custom taxonomies you’d need to use wp_get_post_terms
:
http://codex.wordpress.org/Function_Reference/wp_get_post_terms
Also check this thread:
https://wordpress.org/support/topic/related-posts-by-custom-taxonomy
Cheers!
Josue