From 46cf15c660567cfbafb03823055403d1111f80bf Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 19 Mar 2015 11:44:29 -0400 Subject: [PATCH] Testing video gallery script rpelacement --- functions.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/functions.php b/functions.php index 2dda100..477ad67 100644 --- a/functions.php +++ b/functions.php @@ -133,6 +133,16 @@ function glm_site_scripts() ); if(is_front_page()) { } + if(is_page('videos')) { + echo ''; + } } -- 2.17.1