Horje

I suppose your custom taxonomy slug is 'cat_sd', right?

If so, the right query would be:



$loop = new WP_Query( array( 'post_type' =>
 'sobeedesce', 'cat_sd' =>
 12 ) );


More Solution
Reffered: https://wordpress.org/