Try this, $posts_array = get_posts( array('posts_per_page' => -1,'tax_query' => array( array('taxonomy' => 'appliances','field' => 'slug','terms' => 'home-appliances', ) ) ));
↧
Answer by user3040610 for Showing posts of a term under a custom taxonomy of a custom post
↧