From 624251249c412ce6464871f9aaf69b35b3a02dbd Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 9 Aug 2018 12:59:53 -0400 Subject: [PATCH] using content filter to get the content from the our mission page --- parts/map-front.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/map-front.php b/parts/map-front.php index 99fc74f..a7afbd2 100644 --- a/parts/map-front.php +++ b/parts/map-front.php @@ -6,7 +6,7 @@ post_content; + $mission_page_content = apply_filters('the_content', $mission_page->post_content ); $mission_page_title = $mission_page->post_title; ?>

-- 2.17.1