ok, I didn’t get much from this code.
it says:
1342 $my_current_post_type = $post->post_type; $my_post_type_obj =
1343 $wp_custom_post_types[$my_current_post_type];
1344 foreach ($my_post_type_obj->taxonomy as $post_type_taxonomy) {
1345 $taxonomy_details = get_taxonomy( $post_type_taxonomy );
[Please post code snippets between backticks or use the code button.]
can you give me a hint what to do here? please