My custom taxonomy is
register_taxonomy( 'square_type', 'post', array( 'hierarchical' => true, 'label' => 'Square Categories', 'query_var' => true, 'rewrite' => true ) );
so, I have default post type. How can I post all posts which are selected in some Square Categories?