WordPress Business Directory Plugin

Create any kind of directory on your site, easily

  • Features
  • Pricing
  • Blog
  • Support
  • Login
  • Get Started

wpbdp_before_category_page

Last Updated: November 20, 2020

  1. Home
  2. Knowledge Base
  3. Customizations
  4. Hooks - For Developers
  5. wpbdp_before_category_page
Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.

Add content at the top of the category pages.

Usage

add_action( 'wpbdp_before_category_page', 'add_my_custom_cat_message' );

Parameters

  • $category (object)

Examples

Add text for one category

Display a message on top of every category page, with a special message (“Everybody likes pizza”) for just the category with slug “pizza”.

function pizza_places_message( $category ) {
    if ( 'pizza' == $category->slug ) {
        echo "<p>Everybody likes pizza.</p>";
    } else {
        echo "<p>This is category {$category->name}.</p>";
    }
}
add_action( 'wpbdp_before_category_page', 'pizza_places_message' );

Was this article helpful?

You must log in to vote
Yes No

Related Articles

  • wpbdp_get_page_ids
  • wpbdp_allow_template_override
  • wpbdp_use_template_[template id]
  • wpbdp_skip_page_1
  • wpbdp_settings_subtab_[subtab name]
  • wpbdp_thumbnail_html

Topics

  • Usage
  • Parameters
  • Examples
    • Add text for one category

Quick Links

  • Knowledge Base
  • Getting Started Guide
  • Change Log

Build Easy Directory Listings

Our WordPress directory plugin will help you create the online listings website you've been planning. And with our 14-day risk-free trial, there's no reason to wait.
Start earning customers today.

Get Business Directory Now

Resources

  • Blog
  • Contact
  • Video Tutorials
  • Affiliates
  • Best Directory Websites Showcase
  • Demo

Purchase

  • Pricing
  • Business Directory Themes
  • Free Business Directories

Our Brands

  • Formidable Forms
  • AWP Classifieds

Business Directory Plugin for WordPress

Copyright © 2010–2021 Strategy11 LLC
Privacy Policy | Terms of Service | Sitemap

Join 20,000+ using Business Directory Plugin to build website directories fast. Get Started See User Reviews