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

Companion dogs encompass a variety of breeds specifically developed to provide friendship and comfort. These affectionate and sociable canines excel at forming strong emotional bonds with their owners. They are highly adaptable, generally eager to please, and thrive in environments where they receive abundant attention and love.

WHY ARE THEY GREAT?

Their primary goal is to be by your side, offering unwavering love and emotional support. They are highly adaptable, making them perfect for diverse living situations, including apartments and families.

Group Origin

Bred purely for companionship rather than working tasks. Their role has always been to live closely with humans, providing comfort, warmth, and constant friendship throughout history.

In Summary

Their primary goal is to be by your side, offering unwavering love and emotional support. They are highly adaptable, making them perfect for diverse living situations, including apartments and families.