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 Sporting Dogs?

Sporting dogs are active, alert, and incredibly social breeds known for their athleticism. Originally bred to work closely with hunters in the field and water, they are eager to please and highly trainable. Their friendly nature and adaptability make them beloved family pets, provided they receive ample daily exercise.

WHY ARE THEY GREAT?

They are exceptionally friendly, outgoing, and great with children. Their playful demeanor and love for outdoor activities make them perfect companions for hiking, running, and active family life.

Group Origin

Developed to assist hunters by locating, flushing, or retrieving game birds. Breeds like retrievers, spaniels, and pointers worked in various terrains, utilizing their keen senses to support hunting expeditions.

In Summary

They are exceptionally friendly, outgoing, and great with children. Their playful demeanor and love for outdoor activities make them perfect companions for hiking, running, and active family life.