From b2cf61f82287a2d4743e29d00ce2ae15652dffab Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 13 Nov 2017 14:07:43 -0500 Subject: [PATCH] Presque Isle added to the set of Gaylord ads for member list search results --- functions.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 89474f6..7e39d70 100644 --- a/functions.php +++ b/functions.php @@ -475,13 +475,13 @@ function display_top_ads($city, $county, $destination) { break; } switch ($city) { // Find by city first, specific list given by client - case 37: // Gaylord County + case 37: // Gaylord City echo do_shortcode("[the_ad id='1182']"); // Show Gaylord Area CVB ad break; - case 89: // Petoskey County + case 89: // Petoskey City echo do_shortcode("[the_ad id='1180']"); // Show Petoskey Area CVB ad break; - case 106: // Traverse City County + case 106: // Traverse City echo do_shortcode("[the_ad id='1186']"); // Show Traverse City CVB ad break; default: // If a specific city override is not found, look at the county @@ -489,6 +489,7 @@ function display_top_ads($city, $county, $destination) { case 40: // Crawford County case 2: // Montmorency County case 8: // Otsego County + case 31: // Presque Isle echo do_shortcode("[the_ad id='1182']"); // Show Gaylord Area CVB ad break; case 9: // Charlevoix County -- 2.17.1