Hospitality & Food Services Listings
The White Hart Hotel
The White Swan
The Witchery Hotel Edinburgh
Thermae Bath Spa
Thurston Manor Leisure Park
Titanic Hotel Belfast
Tolroy Manor Holiday Park
Tom's Cottage
Top Up Truck
Tregarthen's Hotel
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