Hospitality & Food Services Listings
Local Honey Man
Luxury Barn Holidays
Mill on the Brue
Moor Hall Hotel
Mother Ivey's Bay
Norwood Park
Our Sommelier
Parkdean Resorts
Phoenix Caterers
Premier Cottages
function pizza_places_message( $category ) {
if ( 'accommodation-food-services' == $category->slug ) {
echo "
Everybody likes pizza.
";
} else {
echo "
This is category {$category->name}.
";
}
}
add_action( 'wpbdp_before_category_page', 'pizza_places_message' );
Author:GoGreenAdmin