add_action( 'elementor/query/main_breed_pages_only', function( $query ) { /* * Keep whatever Elementor is already searching/filtering by, * such as dog_type, breed_group, archive context, search term, etc. */ $tax_query = $query->get( 'tax_query' ); if ( ! is_array( $tax_query ) ) { $tax_query = array(); } if ( empty( $tax_query['relation'] ) ) { $tax_query['relation'] = 'AND'; } /* * Only show the main breed page. * This assumes your Breed Page Type term slug is main_page. */ $tax_query[] = array( 'taxonomy' => 'breed_page_type', 'field' => 'slug', 'terms' => array( 'main_page' ), 'operator' => 'IN', ); $query->set( 'post_type', 'dog' ); $query->set( 'tax_query', $tax_query ); });
Skip to content

What Are Working Dogs?

Working dogs are robust, intelligent, and fiercely loyal breeds built for demanding tasks. Known for their imposing size and strength, they excel in guarding, pulling, and rescuing. While they make deeply devoted companions, their protective instincts and power require experienced owners dedicated to proper training and early socialization.

WHY ARE THEY GREAT?

Their unwavering loyalty and courage make them unparalleled protectors. They are highly capable, intelligent, and form profound bonds with their families, offering a deep sense of security and steadfast companionship.

Group Origin

Bred to perform heavy labor that humans could not, such as pulling sleds across icy terrains, guarding properties and livestock from predators, and executing water rescues in harsh conditions.

In Summary

Their unwavering loyalty and courage make them unparalleled protectors. They are highly capable, intelligent, and form profound bonds with their families, offering a deep sense of security and steadfast companionship.