From 1bf6821fa728f238a72e1e9c8f61186201e97743 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 2 Aug 2016 13:23:32 -0400 Subject: [PATCH] added more data-id tags to the image map area attributes for map regions --- front-page.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/front-page.php b/front-page.php index 9deff38..3caac2f 100644 --- a/front-page.php +++ b/front-page.php @@ -34,17 +34,17 @@ petoskey bay-harbor boyne-city - alanson - bay-view + alanson + bay-view harbor-springs - walloon-lake + walloon-lake petoskey-link harbor-springs-link boyne-city-link bay-harbor-link - alanson - bay-view-link - walloon-lake-link + alanson + bay-view-link + walloon-lake-link @@ -62,7 +62,7 @@ 'page', - 'post__in' => array(276,275,274,273, 983,981, 985) + 'post__in' => array(276,275,274,273,983,981,985) // 'post__in' => array(69,71,73,75) ); -- 2.17.1