From: Anthony Talarico Date: Mon, 20 Jun 2016 20:08:49 +0000 (-0400) Subject: added email to client info and restricted pst type to pages in functions.php for... X-Git-Tag: v1.0.0^2~174 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2c915e4c424228ad48e18f33cee848b88aa87d9d;p=WP-Themes%2Ffrancejourneys.git added email to client info and restricted pst type to pages in functions.php for header image --- diff --git a/functions.php b/functions.php index 21ad351..6db79f5 100644 --- a/functions.php +++ b/functions.php @@ -75,7 +75,7 @@ function glm_site_scripts() function glm_get_header() { echo 'post->ID)) return true; - return false; + if($type == get_post_type($wp_query->post->ID)){ + return true; + } else { + return false; + } } add_action('thematic_searchloop', 'mytheme_search_loop'); diff --git a/parts/client-info-footer.php b/parts/client-info-footer.php index f7d6a86..b4a8730 100644 --- a/parts/client-info-footer.php +++ b/parts/client-info-footer.php @@ -23,7 +23,7 @@ -
+
Blog