wp_query kleintiere
// WP_Query arguments $args = array( 'order' => 'ASC', 'tax_query' => array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'kleintiere', 'field' => 'slug', ), ), ); // The Query $query = new WP_Query( $args );
// WP_Query arguments $args = array( 'order' => 'ASC', 'tax_query' => array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'kleintiere', 'field' => 'slug', ), ), ); // The Query $query = new WP_Query( $args );