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

Terriers are feisty, energetic, and courageous dogs with a strong independent streak. Originally bred to hunt and eliminate vermin, they are tenacious and instinct-driven. Their spirited personalities and high prey drive make them lively companions, requiring patient training and plenty of exercise to channel their boundless enthusiasm positively.

WHY ARE THEY GREAT?

They are bold, entertaining, and fiercely loyal. Their lively character and intelligence ensure there is never a dull moment, making them engaging pets for owners who appreciate a spirited dog.

Group Origin

Developed to dig out and hunt burrowing rodents, foxes, and badgers. They were essential on farms and in mines for pest control, utilizing their determination and wiry coats for protection.

In Summary

They are bold, entertaining, and fiercely loyal. Their lively character and intelligence ensure there is never a dull moment, making them engaging pets for owners who appreciate a spirited dog.