X
🐾 Coming from PetMatchPro 6.x? Version 8 adds real adoption analytics, similar-animal suggestions, SEO-friendly URLs, and overlay badges. See What's New →
PetMatchPro
  • Partners
    • AnimalsFirst
    • PetPoint
    • RescueGroups
  • What’s New
  • Shop
  • Demo
  • FAQ
  • Knowledge Base
  • About Us
  • Contact Us
  • My Account
  • Cart
Select Page
Green rocket icon for Getting Started documentation category

Getting Started

6
  • Activate Your License
  • Setup Wizard Walkthrough
  • Connecting Your Shelter System
  • Understanding License Tiers
  • Creating Your First Search Page
  • Creating Your First Detail Page
Blue code brackets icon for Shortcodes and Configuration documentation category

Shortcodes & Configuration

12
  • Shortcode Builder
  • [pmp-search] Reference
  • [pmp-details] Reference
  • [pmp-detail] Reference
  • [pmp-option] Reference
  • Parameters by License Tier
  • Common Shortcode Recipes
  • Pagination Setup
  • Excluding Values
  • Search Filter Button
  • Detail Button Hover Text
  • Search Card Hover Text
Purple palette icon for Templates and Design documentation category

Templates & Design

7
  • Search Templates Gallery
  • Detail Templates Gallery
  • Poster Templates
  • Theme Template Overrides
  • Color Customization
  • Font Size Customization
  • Detail Title Formats
Orange image with star icon for Icons and Overlays documentation category

Icons & Overlays

6
  • Understanding Pet Icons
  • Understanding Overlays
  • Icon Reference Gallery
  • Customizing Icon Display
  • Value-Based Icons
  • Icon Size Customization
Teal tag icon for Labels and Customization documentation category

Labels & Customization

3
  • Custom Labels Guide
  • Changing Labels via Filtering
  • Custom Currency & Date Formats
Blue funnel icon for Filters and Search documentation category

Filters & Search

5
  • Setting Up Search Filters
  • Species & Breed Filtering
  • Filter Value Management
  • Excluding Values via Filtering
  • Partner-Specific Filter Options
Violet chain link icon for Partner Integration Guides documentation category

Partner Guides

3
  • AnimalsFirst Integration Guide
  • PetPoint Integration Guide
  • RescueGroups Integration Guide
Red bar chart icon for Analytics and Tracking documentation category

Analytics & Tracking

7
  • Understanding PMP Analytics
  • GA4 Configuration
  • Google Tag Manager Setup
  • Leveraging Analytics
  • WP-Cron Requirements for PetMatchPro Analytics
  • Queue Health and Tools
  • Privacy and Data Retention
Amber wrench icon for Troubleshooting and FAQ documentation category

Troubleshooting

15
  • Common Error Messages
  • API Connection Issues
  • Template Not Found Errors
  • Theme Template Override Not Loading
  • Performance & Caching Best Practices
  • Animals Not Displaying
  • Stale Content / Cache Issues
  • Styling Conflicts
  • Empty Field Display
  • Analytics Queue Stuck or WP-Cron Not Running
  • Premium Feature Not Appearing After Upgrade
  • Troubleshoot the PetMatchPro Shortcode Builder
  • Reading PMP Debug Logs
  • wp-config.php Configuration Constants
  • How to Contact Support
Lightbulb icon representing PetMatchPro best practices guides for homepage layouts, button strategy, performance tuning, and template selection

Best Practices

11
  • Featuring Animals on Your Homepage
  • Adding Animals to Sidebars and Other Pages
  • Using Banners and Subtitles Effectively
  • Overlays and Icons for Quick Visual Cues
  • Writing Effective Detail Page Instructions
  • Button Configuration for Conversion
  • Optimizing Performance with API Caching
  • Customizing Typography and Icon Sizes
  • Lost and Found Search Best Practices
  • Template Selection Guide
  • Preconnect to Your Partner Photo CDN – PetMatchPro
View Categories
  • Home
  • Knowledge Base
  • Filters & Search
  • Excluding Values via Filtering

Excluding Values via Filtering

2 min read

Excluding Values via Filtering #

Excluding Values via Filtering #

PetMatchPro lets you hide specific field values from appearing in search results. This is the right tool when you want a value like a status, breed, or species to never show up on your search pages, regardless of what the API returns.

Exclusion is configured per method type (Adopt, Lost, Found) in the General tab and applies site-wide to every search of that method.

License Availability #

Method License Required
Adopt Basic
Lost Junior
Found Junior

How to Configure #

  1. Go to PetMatchPro > General tab.
  2. Open the accordion for the method you want to configure (Adopt, Lost, or Found).
  3. Locate the Exclusion section for that method.
  4. Enter the value(s) you want to hide in the Exclusion 1, Exclusion 2, etc. fields. Match the value exactly as it appears in your shelter system.
  5. Click Save Changes.

Animals whose excluded field matches any value you’ve entered will be dropped from search results before they reach the page. The match is exact and case-sensitive.

PetMatchPro Partner tab showing the Exclusions and Filters accordion expanded for the Adoptable method, with Filter Group 1 configured to use Location as the primary field and three exclusion entries: Morgue, Intake, and a blank third slot

What This Controls #

Exclusion in the General tab hides animals from search result output. The animal is filtered out before the cards render, so it never appears on the page.

This is different from the other two things admins often want to do with filters:

You want to… Use… License
Hide animals from search results General tab > Exclusion (this article) Basic (Adopt) / Junior (Lost, Found)
Remove an entire filter dropdown from the search form (e.g., no Sex filter on Lost) Partner tab > method accordion checkboxes — see Setting Up Search Filters Varies by method
Customize the values inside a filter dropdown (relabel, hide individual options from the picker) Filter Values tab — see Filter Value Management Preferred

Per-Page Exclusion (Shortcode) #

If you need to hide a specific animal from one page only (rather than site-wide), use the exclude shortcode parameter instead. It accepts a single animal ID and is most commonly used by the similar-animals grids on detail pages. See Excluding Values (Shortcode).

Availability by Partner #

Partner Adopt Exclusion Lost Exclusion Found Exclusion
PetPoint Basic Junior Junior
AnimalsFirst Basic Junior Junior
RescueGroups Basic — —

RescueGroups only supports the Adopt method, so Lost and Found exclusions do not apply.

Next Steps #

  • Setting Up Search Filters — Choose which filter dropdowns appear per method
  • Filter Value Management — Customize dropdown values (Preferred)
  • Excluding Values (Shortcode) — Per-page single-animal exclusion

Requires Preferred license.

PetMatchPro lets you hide specific field values from search results using admin-level filter configuration. This is different from the shortcode exclude parameter — it applies site-wide to all pages using that filter.

Two Ways to Exclude Values #

Method Scope License Where Configured
Shortcode exclude Single page only Junior In the shortcode on the page
Filter configuration Site-wide Preferred PetMatchPro admin > Filter Values tab

Using Filter Exclusions #

  1. Go to PetMatchPro > Filter Values tab.
  2. Find the field containing values you want to exclude.
  3. Click on the field to expand its value list.
  4. Mark the values you want to exclude.
  5. Click Save.

Excluded values will no longer appear in filter dropdowns across your entire site.

PetMatchPro Filter Values tab showing the Sort By (Adopt) accordion expanded with four values - Breed unchecked and struck through on a peach background indicating exclusion, ID, Name, and Sex checked for inclusion - each with an Original Value chip and Custom Label input field, followed by Select All, Select None, Clear Labels, and Save Changes buttons

When to Use Each Method #

Use Shortcode exclude When: #

  • You want different exclusions on different pages
  • You’re creating a specialized page (e.g., “Small Animals” page that excludes dogs and cats)
  • You have a Junior license

Example:

[pmp-search type="adopt" exclude="Hamster,Guinea Pig"]

Use Filter Configuration When: #

  • You want a value excluded everywhere on your site
  • You want the value removed from filter dropdowns too
  • You have a Preferred license

Availability by Partner #

Partner Filter Exclusion Available License
PetPoint Yes Preferred
AnimalsFirst Yes Preferred
RescueGroups Yes Preferred

Next Steps #

  • Excluding Values (Shortcode) — Per-page exclusions with the exclude parameter
  • Filter Value Management — Full filter value customization
  • Setting Up Search Filters — Filter basics
Excluding Values via Filtering ultima modifica: 2026-03-25T19:09:31-04:00 da PetMatchPro
Updated on May 16, 2026

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Filter Value ManagementPartner-Specific Filter Options

Submit a Comment Cancel reply

Your email address will not be published. Required fields are marked *

Table of Contents
  • Excluding Values via Filtering
  • Excluding Values via Filtering
    • License Availability
    • How to Configure
    • What This Controls
    • Per-Page Exclusion (Shortcode)
    • Availability by Partner
    • Next Steps
    • Two Ways to Exclude Values
    • Using Filter Exclusions
    • When to Use Each Method
      • Use Shortcode exclude When:
      • Use Filter Configuration When:
    • Availability by Partner
    • Next Steps

© Copyright 2018-2026 by PetMatchPro, All Rights Reserved

  • Privacy Policy
  • Terms of Use
  • Disclaimer
  • Login