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

10
  • 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
View Categories
  • Home
  • Knowledge Base
  • Shortcodes & Configuration
  • Excluding Values

Excluding Values

1 min read

Excluding Values #

Requires Junior license or higher.

The exclude shortcode parameter on [pmp-search] hides a single animal from the results by matching its animal ID. It is most useful inside related-animal layouts (the “similar animals” grid below a detail page) where you want every nearby card except the animal currently being viewed.

How It Works #

Add the exclude parameter with a single animal ID. Any result whose animal ID matches that value is dropped before the cards render.

[pmp-search type="adopt" exclude="60100465"]

If your search would have returned the animal with ID 60100465, it is omitted. Every other result still appears.

What It Is Not #

The exclude parameter does not:

  • Remove animals by species name (use species="Dog" for single-species pages, or admin filter customization for site-wide species exclusion)
  • Remove animals by status (use admin Filter Values customization to hide statuses like “On Hold”)
  • Accept comma-separated lists of multiple animal IDs — only the single ID matches
  • Match against breed, color, age group, or any other field — only the animal ID

Primary Use: Similar-Animals Grids #

The detail-page templates ending in -similar automatically pass the current animal’s ID through the exclude parameter when they render the related-animal grid below the profile. This prevents the same animal from appearing twice on its own detail page (once at the top, once in the grid). You do not need to set exclude by hand for this case — the templates handle it.

For Species or Status Exclusion #

If you want to hide entire species or statuses from your search pages, use one of these approaches instead:

Goal Approach
Show only one species (e.g., dogs) [pmp-search type="adopt" species="Dog"]
Show only one species (PP, Builder syntax) [pmp-search type="adopt" speciesid="1"]
Hide a species site-wide from filter dropdowns PetMatchPro > Filter Values > Customize > exclude entries from the species filter
Hide a status site-wide (e.g., “On Hold”) PetMatchPro > Filter Values > Customize > exclude entries from the status filter
Hide a single animal from one specific page [pmp-search type="adopt" exclude="ANIMAL_ID"]

PetPoint Multi-Species Note #

PetPoint’s API accepts only a single species ID per query. Passing species="Dog,Cat" (or speciesid="1,2") to a PetPoint site causes PP to ignore the value and return every species. To show two species side by side on a PetPoint page, use two [pmp-search] shortcodes on the same page — one per species — or rely on the speciesid filter widget so visitors can switch between them. AnimalsFirst and RescueGroups both honor multi-species filters.

Next Steps #

  • [pmp-search] Reference — Full search parameter reference
  • Excluding Values via Filtering — Admin-level value exclusions and label overrides
  • Common Shortcode Recipes — More examples
Excluding Values ultima modifica: 2026-03-24T13:46:14-04:00 da PetMatchPro
Updated on April 27, 2026

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Pagination SetupSearch Filter Button

Submit a Comment Cancel reply

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

Table of Contents
  • Excluding Values
    • How It Works
    • What It Is Not
    • Primary Use: Similar-Animals Grids
    • For Species or Status Exclusion
    • PetPoint Multi-Species Note
    • Next Steps

© Copyright 2018-2026 by PetMatchPro, All Rights Reserved

  • Privacy Policy
  • Terms of Use
  • Disclaimer
  • Login