From: Laury GvR Date: Mon, 13 Nov 2017 19:07:43 +0000 (-0500) Subject: Presque Isle added to the set of Gaylord ads for member list search results X-Git-Tag: v1.0.5^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b2cf61f82287a2d4743e29d00ce2ae15652dffab;p=WP-Themes%2Fmichigantrailmaps.git Presque Isle added to the set of Gaylord ads for member list search results --- 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