From: Anthony Talarico Date: Thu, 9 Aug 2018 16:59:53 +0000 (-0400) Subject: using content filter to get the content from the our mission page X-Git-Tag: v1.0.0^2~97 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=624251249c412ce6464871f9aaf69b35b3a02dbd;p=WP-Themes%2Fcharemisd.git using content filter to get the content from the our mission page --- 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; ?>